[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: |
Eli Zaretskii |
Subject: |
Re: --enable-gcc-warnings is broken on Fedora 21 by GnuTLS code |
Date: |
Fri, 12 Dec 2014 11:30:13 +0200 |
> Date: Fri, 12 Dec 2014 01:09:21 -0800
> From: Paul Eggert <address@hidden>
> Cc: Lars Magne Ingebrigtsen <address@hidden>
>
> Apparently one is now supposed to do something like this:
>
> gnutls_malloc = xmalloc;
> gnutls_realloc = xrealloc;
> gnutls_calloc = xcalloc;
> gnutls_free = xfree;
> gnutls_strdup = xstrdup;
>
> although this does not appear to be documented. What a pain. Is that
> something
> you can test? I don't have Fedora 21 installed yet. (I think you'll have to
> define an xcalloc.)
I suggest to ask the GnuTLS developers about this, before we decide
what to do.