diff options
| author | Paul Eggert | 2011-06-22 15:39:06 -0700 |
|---|---|---|
| committer | Paul Eggert | 2011-06-22 15:39:06 -0700 |
| commit | 39019e542536660936a5fd1a7369ae54fdc6ddd2 (patch) | |
| tree | acfddec35a7fa196c553bd6066d8685628016c8f /src/ChangeLog | |
| parent | bfbbd7e7528f1f4928c305b65ec0f9c55ed628a2 (diff) | |
| download | emacs-39019e542536660936a5fd1a7369ae54fdc6ddd2.tar.gz emacs-39019e542536660936a5fd1a7369ae54fdc6ddd2.zip | |
* lread.c (read_escape): Check for hex character overflow.
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index f0a48ed75ab..e1e9e24fcba 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -7,6 +7,7 @@ | |||
| 7 | (read1): Don't assume doc string length fits in int. Check for | 7 | (read1): Don't assume doc string length fits in int. Check for |
| 8 | out-of-range doc string lengths. | 8 | out-of-range doc string lengths. |
| 9 | (read_list): Don't assume file position fits in int. | 9 | (read_list): Don't assume file position fits in int. |
| 10 | (read_escape): Check for hex character overflow. | ||
| 10 | 11 | ||
| 11 | Fixes for GLYPH_DEBUG found by GCC 4.6.0 static checking. | 12 | Fixes for GLYPH_DEBUG found by GCC 4.6.0 static checking. |
| 12 | The following patches are for when GLYPH_DEBUG && !XASSERT. | 13 | The following patches are for when GLYPH_DEBUG && !XASSERT. |