diff options
| author | Paul Eggert | 2011-03-22 09:43:12 -0700 |
|---|---|---|
| committer | Paul Eggert | 2011-03-22 09:43:12 -0700 |
| commit | b12ef4116793ce9cc422c22d98b02261995df143 (patch) | |
| tree | a60f691f886d37d2256dc310331041e8f2fc6c6d /src | |
| parent | 8abc3f12955673bdb367b2de5556ff66f202d2d0 (diff) | |
| download | emacs-b12ef4116793ce9cc422c22d98b02261995df143.tar.gz emacs-b12ef4116793ce9cc422c22d98b02261995df143.zip | |
Add Bug#
Diffstat (limited to 'src')
| -rw-r--r-- | src/ChangeLog | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 45982f607f4..7e9bec9b6e9 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -7,7 +7,7 @@ | |||
| 7 | * lisp.h (SAFE_ALLOCA, SAFE_ALLOCA_LISP): Avoid 'int' overflow | 7 | * lisp.h (SAFE_ALLOCA, SAFE_ALLOCA_LISP): Avoid 'int' overflow |
| 8 | leading to a memory leak, possible in functions like | 8 | leading to a memory leak, possible in functions like |
| 9 | load_charset_map_from_file that can allocate an unbounded number | 9 | load_charset_map_from_file that can allocate an unbounded number |
| 10 | of objects. | 10 | of objects (Bug#8318). |
| 11 | 11 | ||
| 12 | * xmenu.c (set_frame_menubar): Use EMACS_UINT, not int, for indexes | 12 | * xmenu.c (set_frame_menubar): Use EMACS_UINT, not int, for indexes |
| 13 | that could (at least in theory) be that large. | 13 | that could (at least in theory) be that large. |