On Sat, May 29, 2021 at 5:00 PM Helmut Grohne <hel...@subdivi.de> wrote: > ... > p11-kit fails to build from source on hurd-any. The immediate reason is > an undefined macro SIZE_MAX in p11-kit/lists.c. It happens that this > file fails to #include <stdint.h>, which is generally required for > SIZE_MAX. I'm attaching a patch for this.
There are different philosophies about SIZE_MAX. The one that wins on Hurd is, SIZE_MAX is a vulnerability. Also see https://lists.debian.org/debian-hurd/2021/04/msg00045.html. Jeff