# 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.

Regards,
Tomasz Czapiewski
_______________________________________________
busybox mailing list
[email protected]
http://lists.busybox.net/mailman/listinfo/busybox

Reply via email to