diff options
| author | Paul Eggert | 2011-08-28 17:27:35 -0700 |
|---|---|---|
| committer | Paul Eggert | 2011-08-28 17:27:35 -0700 |
| commit | 005d87bd2306e943a16b86c36d1482651d9932d8 (patch) | |
| tree | bb5a9162f542164091e899c28fc5919eeca87638 /lib-src | |
| parent | 0c6d656d269f84c83c483057eac6081eddfd33a0 (diff) | |
| download | emacs-005d87bd2306e943a16b86c36d1482651d9932d8.tar.gz emacs-005d87bd2306e943a16b86c36d1482651d9932d8.zip | |
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 @@ | |||
| 1 | 2011-08-28 Paul Eggert <eggert@cs.ucla.edu> | 1 | 2011-08-28 Paul Eggert <eggert@cs.ucla.edu> |
| 2 | 2 | ||
| 3 | Integer and memory overflow issues. | 3 | Integer and memory overflow issues (Bug#9397). |
| 4 | 4 | ||
| 5 | * emacsclient.c (xmalloc): Accept size_t, not unsigned int, to | 5 | * emacsclient.c (xmalloc): Accept size_t, not unsigned int, to |
| 6 | avoid potential buffer overflow issues on typical 64-bit hosts. | 6 | avoid potential buffer overflow issues on typical 64-bit hosts. |