diff options
author | Paul Eggert <eggert@cs.ucla.edu> | 2011-08-28 17:27:35 -0700 |
---|---|---|
committer | Paul Eggert <eggert@cs.ucla.edu> | 2011-08-28 17:27:35 -0700 |
commit | 005d87bd2306e943a16b86c36d1482651d9932d8 (patch) | |
tree | bb5a9162f542164091e899c28fc5919eeca87638 /lib-src | |
parent | 0c6d656d269f84c83c483057eac6081eddfd33a0 (diff) | |
download | emacs-005d87bd2306e943a16b86c36d1482651d9932d8.tar.gz |
Add Bug#.
Diffstat (limited to 'lib-src')
-rw-r--r-- | lib-src/ChangeLog | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib-src/ChangeLog b/lib-src/ChangeLog index a888a8cdd1c..e8a0b13f419 100644 --- a/lib-src/ChangeLog +++ b/lib-src/ChangeLog @@ -1,6 +1,6 @@ 2011-08-28 Paul Eggert <eggert@cs.ucla.edu> - Integer and memory overflow issues. + Integer and memory overflow issues (Bug#9397). * emacsclient.c (xmalloc): Accept size_t, not unsigned int, to avoid potential buffer overflow issues on typical 64-bit hosts. |