ash: fix handling of NULs in $'abc\000def\x00asd'. Closes 9286
authorDenys Vlasenko <vda.linux@googlemail.com>
Sun, 25 Sep 2016 18:54:25 +0000 (20:54 +0200)
committerDenys Vlasenko <vda.linux@googlemail.com>
Sun, 25 Sep 2016 18:54:25 +0000 (20:54 +0200)
commit13f20919b2477230063bb940396bef51b463d6df
tree0b5f9053840208d92d70a4f6fe13ef2a5cb50604
parentbcf47eaa1f13dfdcc4564ddb1e5aedce4b3ca2b2
ash: fix handling of NULs in $'abc\000def\x00asd'. Closes 9286

Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
shell/ash.c
shell/ash_test/ash-quoting/dollar_squote_bash2.right [new file with mode: 0644]
shell/ash_test/ash-quoting/dollar_squote_bash2.tests [new file with mode: 0755]