On Tue, Apr 24, 2012 at 1:27 PM, Natanael Copa <[email protected]> wrote: > 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.
Fixed in git && added to testsuite. -- vda _______________________________________________ busybox mailing list [email protected] http://lists.busybox.net/mailman/listinfo/busybox
