]> git.eshelyaron.com Git - emacs.git/commit
Fix bug #18610 with crashes when visiting files with ESC and 8-bit bytes.
authorKenichi Handa <handa@gnu.org>
Wed, 8 Oct 2014 07:30:57 +0000 (10:30 +0300)
committerEli Zaretskii <eliz@gnu.org>
Wed, 8 Oct 2014 07:30:57 +0000 (10:30 +0300)
commita7044030f39a7351507727421308c56d7771bebf
treeb1c77c6b78f462692111dc20981da1ae9e9ff984
parente76955cbb521aee4af70a8c93d9f1be5f1d3f4a6
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.
src/ChangeLog
src/coding.c