diff options
| author | Andreas Schwab | 2012-10-20 15:28:42 +0200 |
|---|---|---|
| committer | Andreas Schwab | 2012-10-20 15:28:42 +0200 |
| commit | cab4f71ebd565c2f7dc0f8d4987785926202bcde (patch) | |
| tree | 01fd4bffe8404792fd423c1a72c2a559340eafe5 /lib-src/ChangeLog | |
| parent | c95a42666388351563df91910a4fe791c12c7a1e (diff) | |
| download | emacs-cab4f71ebd565c2f7dc0f8d4987785926202bcde.tar.gz emacs-cab4f71ebd565c2f7dc0f8d4987785926202bcde.zip | |
* make-docfile.c (scan_lisp_file): Add bounds checking.
Diffstat (limited to 'lib-src/ChangeLog')
| -rw-r--r-- | lib-src/ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/lib-src/ChangeLog b/lib-src/ChangeLog index 07fd4658172..02561c4aa3a 100644 --- a/lib-src/ChangeLog +++ b/lib-src/ChangeLog | |||
| @@ -1,3 +1,7 @@ | |||
| 1 | 2012-10-20 Andreas Schwab <schwab@linux-m68k.org> | ||
| 2 | |||
| 3 | * make-docfile.c (scan_lisp_file): Add bounds checking. | ||
| 4 | |||
| 1 | 2012-10-20 Eli Zaretskii <eliz@gnu.org> | 5 | 2012-10-20 Eli Zaretskii <eliz@gnu.org> |
| 2 | 6 | ||
| 3 | Prevent silent omission of doc strings from uncompile Lisp files. | 7 | Prevent silent omission of doc strings from uncompile Lisp files. |