[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: --enable-gcc-warnings is broken on Fedora 21 by GnuTLS code
From: |
Lars Ingebrigtsen |
Subject: |
Re: --enable-gcc-warnings is broken on Fedora 21 by GnuTLS code |
Date: |
Fri, 26 Dec 2014 01:25:11 +0100 |
User-agent: |
Gnus/5.130012 (Ma Gnus v0.12) Emacs/25.0.50 (gnu/linux) |
Paul Eggert <address@hidden> writes:
> Proposed patches attached. The first patch
> is purely a mechanical one to simplify maintenance, so that the
> mainline part of src/gnutls.c can use ordinary identifiers like
> gnutls_global_init instead of funky names like like
> fn_gnutls_global_init (the patch moves the funky names into the
> WINDOWSNT section).
Thanks; that's a great improvement.
> The second patch fixes src/gnutls.c to check for
> memory exhaustion after every call to a GnuTLS function that can
> report memory exhaustion, instead of relying on the deprecated
> gnutls_global_set_mem_functions API.
Looks good to me.
--
(domestic pets only, the antidote for overdose, milk.)
bloggy blog http://lars.ingebrigtsen.no/
- --enable-gcc-warnings is broken on Fedora 21 by GnuTLS code, Dmitry Antipov, 2014/12/12
- Re: --enable-gcc-warnings is broken on Fedora 21 by GnuTLS code, Eli Zaretskii, 2014/12/12
- Re: --enable-gcc-warnings is broken on Fedora 21 by GnuTLS code, Paul Eggert, 2014/12/12
- Re: --enable-gcc-warnings is broken on Fedora 21 by GnuTLS code, Dmitry Antipov, 2014/12/23
- Re: --enable-gcc-warnings is broken on Fedora 21 by GnuTLS code, Eli Zaretskii, 2014/12/23
- Re: --enable-gcc-warnings is broken on Fedora 21 by GnuTLS code, Paul Eggert, 2014/12/23
- Re: --enable-gcc-warnings is broken on Fedora 21 by GnuTLS code, Dmitry Antipov, 2014/12/24
- Re: --enable-gcc-warnings is broken on Fedora 21 by GnuTLS code, Paul Eggert, 2014/12/25
- Re: --enable-gcc-warnings is broken on Fedora 21 by GnuTLS code,
Lars Ingebrigtsen <=
- Re: --enable-gcc-warnings is broken on Fedora 21 by GnuTLS code, Eli Zaretskii, 2014/12/26
- Re: --enable-gcc-warnings is broken on Fedora 21 by GnuTLS code, Paul Eggert, 2014/12/26
- Re: --enable-gcc-warnings is broken on Fedora 21 by GnuTLS code, Eli Zaretskii, 2014/12/27
- Re: --enable-gcc-warnings is broken on Fedora 21 by GnuTLS code, Paul Eggert, 2014/12/28
- Re: --enable-gcc-warnings is broken on Fedora 21 by GnuTLS code, Eli Zaretskii, 2014/12/28
Re: --enable-gcc-warnings is broken on Fedora 21 by GnuTLS code, Paul Eggert, 2014/12/12