]> git.ipfire.org Git - thirdparty/make.git/commit
* read.c (unescape_char): [SV 45050] Handle final backslashes.
authorPaul Smith <psmith@gnu.org>
Sun, 12 Jul 2015 16:35:42 +0000 (12:35 -0400)
committerPaul Smith <psmith@gnu.org>
Sun, 12 Jul 2015 16:39:59 +0000 (12:39 -0400)
commit9ef06be018627773e6dcea2a37f0e03fea575741
treec58d921ffb81bd25617e0045170abccf622b3467
parentac9a39dad7f79bf5a599654337d12f771e246949
* read.c (unescape_char): [SV 45050] Handle final backslashes.

If the last thing in the string to be unescaped is a backslash,
stop without reading beyond the end of the string.
read.c