On Mon, Apr 23, 2012 at 11:41 PM, Tomasz Czapiewski <[email protected]> wrote: > # echo "anything" | sed 's/\t*//g' > Segmentation fault > > # echo "anything" | sed 's/\t//g' > anything > > # echo "anything" | sed 's/a*//g' > Segmentation fault > > Worked fine on 1.19.3.
I suggest adding those tests to the testsuite to prevent regressions in future. Thanks! -- Natanael Copa _______________________________________________ busybox mailing list [email protected] http://lists.busybox.net/mailman/listinfo/busybox
