]> granicus.if.org Git - strace/commit
tests: fix abbreviated octal escape check in print_quoted_memory
authorEugene Syromyatnikov <evgsyr@gmail.com>
Fri, 2 Feb 2018 12:39:30 +0000 (13:39 +0100)
committerDmitry V. Levin <ldv@altlinux.org>
Thu, 1 Mar 2018 01:00:24 +0000 (01:00 +0000)
commit2b4c03fcdbc666d343ef9e4e5478d39f4654e9e9
treefff9e8e04e9b91abb09ec34b7cb3e37ebd22d1c9
parent1f64f75320dd7663ebd22681b962024e9efb9a1b
tests: fix abbreviated octal escape check in print_quoted_memory

* tests/print_quoted_string.c (print_quoted_memory): Check the next
character after octal-escaped one instead of the first one in the
string.
tests/print_quoted_string.c