[gnutls-devel] GnuTLS | Eliminate alloca() use in the guile bindings (#684)
Development of GNU's TLS library
gnutls-devel at lists.gnutls.org
Mon Jun 3 13:27:39 CEST 2019
Nettle is missing #include <alloca.h>, that seems to be needed on some systems. The thing is that GnuTLS suffers from nettle using alloca(). BTW, the fallback is C89 - the checks calls abort() if variable size exceeds the buffer size.
`nettle-internal.h` is included by `gostdsa-sign.c` which also includes `gnutls_int.h`. How is this from nettle then ?
--
Reply to this email directly or view it on GitLab: https://gitlab.com/gnutls/gnutls/issues/684#note_177251027
You're receiving this email because of your account on gitlab.com.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.gnupg.org/pipermail/gnutls-devel/attachments/20190603/db02d945/attachment.html>
More information about the Gnutls-devel
mailing list