]> git.eshelyaron.com Git - emacs.git/commit
Fix BadValue crash when looking up empty color names on some X servers
authorPo Lu <luangruo@yahoo.com>
Fri, 21 Jan 2022 03:37:19 +0000 (11:37 +0800)
committerPo Lu <luangruo@yahoo.com>
Fri, 21 Jan 2022 03:40:43 +0000 (11:40 +0800)
commite9e5d0ba7342f709080090857d9d37ea07a49c81
tree61fd18a197aef8da5dd2f75a128b44396e631f2a
parent9a0842dffe0013f4cca4853278ac3eaf94c4d3fc
Fix BadValue crash when looking up empty color names on some X servers

* src/xterm.c (x_parse_color): Avoid parsing empty color names.
src/xterm.c