From: Eric Andersen Date: Sat, 13 Apr 2002 13:18:15 +0000 (-0000) Subject: Sed can go into an infinite loop X-Git-Tag: 0_60_3~28 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=3e6908b5865d8e3ab3a986cd5a5ad86c4cea7ff5;p=oweals%2Fbusybox.git Sed can go into an infinite loop --- diff --git a/testsuite/sed/sed-recurses-properly b/testsuite/sed/sed-recurses-properly new file mode 100644 index 000000000..32101008f --- /dev/null +++ b/testsuite/sed/sed-recurses-properly @@ -0,0 +1 @@ +test "$(echo '12345' | busybox sed -e 's/[[:space:]]*/,/g')" = ',1,2,3,4,5,'