From: Paul Eggert Date: Tue, 22 Mar 2011 16:43:12 +0000 (-0700) Subject: Add Bug# X-Git-Tag: emacs-pretest-24.0.90~104^2~275^2~513^2~3 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=b12ef4116793ce9cc422c22d98b02261995df143;p=emacs.git Add Bug# --- diff --git a/src/ChangeLog b/src/ChangeLog index 45982f607f4..7e9bec9b6e9 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -7,7 +7,7 @@ * lisp.h (SAFE_ALLOCA, SAFE_ALLOCA_LISP): Avoid 'int' overflow leading to a memory leak, possible in functions like load_charset_map_from_file that can allocate an unbounded number - of objects. + of objects (Bug#8318). * xmenu.c (set_frame_menubar): Use EMACS_UINT, not int, for indexes that could (at least in theory) be that large.