diff options
| author | Jim Meyering | 2011-01-30 10:17:36 +0100 |
|---|---|---|
| committer | Jim Meyering | 2011-01-30 10:17:36 +0100 |
| commit | 8aec9916dd8213e2efc77ec32cb57256e1f332be (patch) | |
| tree | 2de47f2c35a4c92f4882522f5c26d8b987f949f1 /lib-src/ChangeLog | |
| parent | 7920f982949ff41796a9be16e8cce5e797e6caa9 (diff) | |
| download | emacs-8aec9916dd8213e2efc77ec32cb57256e1f332be.tar.gz emacs-8aec9916dd8213e2efc77ec32cb57256e1f332be.zip | |
make-docfile: don't corrupt heap for an invalid .elc file
Diffstat (limited to 'lib-src/ChangeLog')
| -rw-r--r-- | lib-src/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/lib-src/ChangeLog b/lib-src/ChangeLog index bc76c253ab3..6428819daa3 100644 --- a/lib-src/ChangeLog +++ b/lib-src/ChangeLog | |||
| @@ -1,3 +1,11 @@ | |||
| 1 | 2011-01-30 Jim Meyering <meyering@redhat.com> | ||
| 2 | |||
| 3 | make-docfile: don't corrupt heap for an invalid .elc file | ||
| 4 | "printf '#@1a' > in.elc; ./make-docfile in.elc" would store 0 | ||
| 5 | one byte before just-malloc'd saved_string buffer. | ||
| 6 | * make-docfile.c (scan_lisp_file): Diagnose an invalid dynamic | ||
| 7 | doc string length. Also fix an always-false while-loop test. | ||
| 8 | |||
| 1 | 2011-01-29 Eli Zaretskii <eliz@gnu.org> | 9 | 2011-01-29 Eli Zaretskii <eliz@gnu.org> |
| 2 | 10 | ||
| 3 | * makefile.w32-in (LOCAL_FLAGS): Add -I../lib. | 11 | * makefile.w32-in (LOCAL_FLAGS): Add -I../lib. |