From 9b3a2924101c4e17dbb9c0b8745dc4eb9cdca910 Mon Sep 17 00:00:00 2001 From: Jun-ichi Takimoto Date: Mon, 19 Jul 2021 09:13:03 +0900 Subject: 49166: fix coredump in ${name:offset:length} with ill-formatted length --- Test/D04parameter.ztst | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'Test') diff --git a/Test/D04parameter.ztst b/Test/D04parameter.ztst index 05bb61bdc..b6b1f2e33 100644 --- a/Test/D04parameter.ztst +++ b/Test/D04parameter.ztst @@ -2664,10 +2664,9 @@ F:behavior, see http://austingroupbugs.net/view.php?id=888 >3: pw >4: pw - # Using a subshell because it segfaults. - ("${: :${{{\"{{lorem ipsum dolor sit amet}}") --f:regression test for workers/45843#1 -?(eval):1: bad substitution + : "${foo:0:${\"}}" +1:broken length in ${name:offset:length} (workers/45843#1) +?(eval):1: unrecognized modifier `$' $ZTST_testdir/../Src/zsh -fc $'$\\\n(' 1:regression test for workers/45843#2: escaped newline in command substitution start token -- cgit 1.4.1