diff options
| author | Paul Eggert | 2011-08-29 08:56:20 -0700 |
|---|---|---|
| committer | Paul Eggert | 2011-08-29 08:56:20 -0700 |
| commit | 66c6fdd52e4e5d4b9a1133bf2c57444b8a6b0048 (patch) | |
| tree | 54302fa423bd93bf2f5d4282ccc6b6752916154f /src/ChangeLog | |
| parent | 33ef5c64373c744c6ce4329fe021c3eb729aeee4 (diff) | |
| download | emacs-66c6fdd52e4e5d4b9a1133bf2c57444b8a6b0048.tar.gz emacs-66c6fdd52e4e5d4b9a1133bf2c57444b8a6b0048.zip | |
* emacs.c (main) [NS_IMPL_COCOA]: Don't overrun buffer
when creating daemon; the previous buffer-overflow check was incorrect.
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index afd78a46c6e..e918fa46a2b 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -30,6 +30,9 @@ | |||
| 30 | even if the time zone offset is outlandishly large. | 30 | even if the time zone offset is outlandishly large. |
| 31 | Don't mishandle offset == INT_MIN. | 31 | Don't mishandle offset == INT_MIN. |
| 32 | 32 | ||
| 33 | * emacs.c (main) [NS_IMPL_COCOA]: Don't overrun buffer | ||
| 34 | when creating daemon; the previous buffer-overflow check was incorrect. | ||
| 35 | |||
| 33 | 2011-08-26 Paul Eggert <eggert@cs.ucla.edu> | 36 | 2011-08-26 Paul Eggert <eggert@cs.ucla.edu> |
| 34 | 37 | ||
| 35 | Integer and memory overflow issues (Bug#9196). | 38 | Integer and memory overflow issues (Bug#9196). |