[1.20.0] 'sed' segfaults while trying to match wildcards

Tomasz Czapiewski xeros at irc.pl
Mon Apr 23 21:41:19 UTC 2012


# 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


More information about the busybox mailing list