]> git.eshelyaron.com Git - emacs.git/commitdiff
Add Bug#
authorPaul Eggert <eggert@cs.ucla.edu>
Tue, 22 Mar 2011 16:43:12 +0000 (09:43 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Tue, 22 Mar 2011 16:43:12 +0000 (09:43 -0700)
src/ChangeLog

index 45982f607f4f89457a8ba52d680cbccc06db32f2..7e9bec9b6e9ec61753294815f3351fe801e533be 100644 (file)
@@ -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.