diff options
| author | Kenichi Handa | 2014-10-08 10:30:57 +0300 |
|---|---|---|
| committer | Eli Zaretskii | 2014-10-08 10:30:57 +0300 |
| commit | a7044030f39a7351507727421308c56d7771bebf (patch) | |
| tree | b1c77c6b78f462692111dc20981da1ae9e9ff984 /src/ChangeLog | |
| parent | e76955cbb521aee4af70a8c93d9f1be5f1d3f4a6 (diff) | |
| download | emacs-a7044030f39a7351507727421308c56d7771bebf.tar.gz emacs-a7044030f39a7351507727421308c56d7771bebf.zip | |
Fix bug #18610 with crashes when visiting files with ESC and 8-bit bytes.
src/coding.c (detect_coding_iso_2022): Set coding->rejected
correctly when an invalid escape sequence is found.
Backported from trunk.
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 9354aa09fa4..c6d78a5e8d1 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,8 @@ | |||
| 1 | 2014-10-08 K. Handa <handa@gnu.org> | ||
| 2 | |||
| 3 | * coding.c (detect_coding_iso_2022): Set coding->rejected | ||
| 4 | correctly when an invalid escape sequence is found (Bug#18610). | ||
| 5 | |||
| 1 | 2014-10-03 Dmitry Antipov <dmantipov@yandex.ru> | 6 | 2014-10-03 Dmitry Antipov <dmantipov@yandex.ru> |
| 2 | 7 | ||
| 3 | * font.c (font_list_entities): Do not add empty vector to font cache. | 8 | * font.c (font_list_entities): Do not add empty vector to font cache. |