diff options
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index c8fa1e55695..a341d1b4678 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,5 +1,10 @@ | |||
| 1 | 2011-03-22 Paul Eggert <eggert@cs.ucla.edu> | 1 | 2011-03-22 Paul Eggert <eggert@cs.ucla.edu> |
| 2 | 2 | ||
| 3 | * lisp.h (SAFE_ALLOCA, SAFE_ALLOCA_LISP): Avoid 'int' overflow | ||
| 4 | leading to a memory leak, possible in functions like | ||
| 5 | load_charset_map_from_file that can allocate an unbounded number | ||
| 6 | of objects. | ||
| 7 | |||
| 3 | * xmenu.c (set_frame_menubar): Use EMACS_UINT, not int, for indexes | 8 | * xmenu.c (set_frame_menubar): Use EMACS_UINT, not int, for indexes |
| 4 | that could (at least in theory) be that large. | 9 | that could (at least in theory) be that large. |
| 5 | 10 | ||