diff options
| author | Paul Eggert | 2013-07-19 10:54:26 -0700 |
|---|---|---|
| committer | Paul Eggert | 2013-07-19 10:54:26 -0700 |
| commit | 4195afc389bb0e5ed5aa749e7606a710e07a72d1 (patch) | |
| tree | 60dfc46ed7b1cc06d36faaa291ec0ae3fb020843 /src/ChangeLog | |
| parent | a1aeeffedd3b05a33bdd73737651debbda00cf5f (diff) | |
| download | emacs-4195afc389bb0e5ed5aa749e7606a710e07a72d1.tar.gz emacs-4195afc389bb0e5ed5aa749e7606a710e07a72d1.zip | |
* alloc.c (staticpro): Avoid buffer overrun on repeated calls.
(NSTATICS): Now a constant; doesn't need to be a macro.
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 975bcaaba0e..73e24bcf829 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,8 @@ | |||
| 1 | 2013-07-19 Paul Eggert <eggert@cs.ucla.edu> | ||
| 2 | |||
| 3 | * alloc.c (staticpro): Avoid buffer overrun on repeated calls. | ||
| 4 | (NSTATICS): Now a constant; doesn't need to be a macro. | ||
| 5 | |||
| 1 | 2013-07-19 Richard Stallman <rms@gnu.org> | 6 | 2013-07-19 Richard Stallman <rms@gnu.org> |
| 2 | 7 | ||
| 3 | * coding.c (decode_coding_utf_8): Add simple loop for fast | 8 | * coding.c (decode_coding_utf_8): Add simple loop for fast |