aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorPaul Eggert <[email protected]>2011-03-22 09:43:12 -0700
committerPaul Eggert <[email protected]>2011-03-22 09:43:12 -0700
commitb12ef4116793ce9cc422c22d98b02261995df143 (patch)
treea60f691f886d37d2256dc310331041e8f2fc6c6d /src
parent8abc3f12955673bdb367b2de5556ff66f202d2d0 (diff)
Add Bug#
Diffstat (limited to 'src')
-rw-r--r--src/ChangeLog2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 45982f607f..7e9bec9b6e 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.