[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#367783: Remove the brackets as possible workaround



Just found out that it does not segfault when removing the square brakets

~ # echo test | tr '[a-z]' '[A-Z]'
Segmentation fault
~ # tr 'a-z' 'A-Z'

~ # echo test | tr 'a-z' 'A-Z'
TEST


regards,
Davide

Attachment: signature.asc
Description: Digital signature


Reply to: