Sed can go into an infinite loop

1_00_stable_10817
Eric Andersen 2002-04-13 13:18:15 +00:00
parent db7d5fca5f
commit 3e6908b586
1 changed files with 1 additions and 0 deletions

View File

@ -0,0 +1 @@
test "$(echo '12345' | busybox sed -e 's/[[:space:]]*/,/g')" = ',1,2,3,4,5,'