From: Paul Eggert Date: Mon, 30 May 2011 15:57:49 +0000 (-0700) Subject: Add Bug#. X-Git-Tag: emacs-pretest-24.0.90~104^2~618^2~45^2~8 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=703f86387fd680855fce275bc87a524ac8d746bf;p=emacs.git Add Bug#. --- diff --git a/src/ChangeLog b/src/ChangeLog index 353aa100e9c..2968b2da85f 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -3,7 +3,7 @@ * gnutls.c: Use Emacs's memory allocators. Without this change, the gnutls library would invoke malloc etc. directly, which causes problems on non-SYNC_INPUT hosts, and which - runs afoul of improving memory_full behavior. + runs afoul of improving memory_full behavior. (Bug#8761) (fn_gnutls_global_set_mem_functions): New macro or function pointer. (emacs_gnutls_global_init): Use it to specify xmalloc, xrealloc, xfree instead of the default malloc, realloc, free.