diff options
| author | Paul Eggert | 2013-11-19 00:57:22 -0800 |
|---|---|---|
| committer | Paul Eggert | 2013-11-19 00:57:22 -0800 |
| commit | 12455b2fcb9dfecf0ada48e7be78564b0292519c (patch) | |
| tree | 9db96e816653c0a2b2fdb1ad1ac56e33db4fbecb /src/ChangeLog | |
| parent | f130cb76b8ebe4f57c764064122d06f525a65d22 (diff) | |
| download | emacs-12455b2fcb9dfecf0ada48e7be78564b0292519c.tar.gz emacs-12455b2fcb9dfecf0ada48e7be78564b0292519c.zip | |
* charset.c (syms_of_charset): Don't read past end of string.
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 80952b76474..7b225d7f188 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,7 @@ | |||
| 1 | 2013-11-19 Paul Eggert <eggert@cs.ucla.edu> | ||
| 2 | |||
| 3 | * charset.c (syms_of_charset): Don't read past end of string. | ||
| 4 | |||
| 1 | 2013-11-19 Glenn Morris <rgm@gnu.org> | 5 | 2013-11-19 Glenn Morris <rgm@gnu.org> |
| 2 | 6 | ||
| 3 | * frame.c (Fhandle_focus_in, Fhandle_focus_out): Doc fixes. | 7 | * frame.c (Fhandle_focus_in, Fhandle_focus_out): Doc fixes. |