-
Notifications
You must be signed in to change notification settings - Fork 540
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
no re 'taint' -- does not work #892
Comments
From @muir---------------- cut here ----------------------- no re 'taint'; print (STDERR is_tainted($tainted) ? "TAINTED\n" : "NOT TAINTED\n"); sub is_tainted The above prints "TAINTED" on 5.005_02 and 5.005_03. It shouldn't. Interestingly enough, substituting "/yy" for "\Q$pcold\E" fixes Thanks, Perl Info
|
From [Unknown Contact. See original ticket]This appears to still be true in bleadperl. #!/bin/sh no re 'taint'; print (STDERR is_tainted($tainted) ? "TAINTED\n" : "NOT TAINTED\n"); sub is_tainted The above prints "TAINTED" on 5.005_02 and 5.005_03. It shouldn't. Interestingly enough, substituting "/yy" for "\Q$pcold\E" fixes Thanks, |
@rspier - Status changed from 'open' to 'resolved' |
Migrated from rt.perl.org#1824 (status was 'resolved')
Searchable as RT1824$
The text was updated successfully, but these errors were encountered: