[ Index ] |
PHP Cross Reference of Unnamed Project |
[Summary view] [Print] [Text view]
1 # This subroutine returns true if its argument is tainted, false otherwise. 2 3 sub tainted { 4 local($@); 5 eval { kill 0 * $_[0] }; 6 $@ =~ /^Insecure/; 7 } 8 9 1;
title
Description
Body
title
Description
Body
title
Description
Body
title
Body
Generated: Tue Mar 17 22:47:18 2015 | Cross-referenced by PHPXref 0.7.1 |