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 via email to