]> git.eshelyaron.com Git - emacs.git/commit
Fix mis-parsing of certain malformed XBM files
authorPo Lu <luangruo@yahoo.com>
Fri, 18 Feb 2022 01:37:36 +0000 (09:37 +0800)
committerPo Lu <luangruo@yahoo.com>
Fri, 18 Feb 2022 01:37:36 +0000 (09:37 +0800)
commit1a8b3b639063d0662298c55bd20dc3d129e19476
tree5ccab256feb8c3e72d53d28c0d73231f2f127770
parent2236ee40ea78973d9377e845bfd0ee3a58cd4386
Fix mis-parsing of certain malformed XBM files

* src/image.c (xbm_scan): Return error on a character literal
that doesn't start with "\x".
src/image.c