diff options
author | Radu Greab <radu@netsoft.ro> | 2000-10-03 01:03:44 +0300 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2000-10-02 23:35:40 +0000 |
commit | 35fba0d9b63c24c469494ae4d5dc6f37fed89345 (patch) | |
tree | 4a3a2033c50e7c9a1eeb6732682fe21898afa3d6 /opcode.pl | |
parent | 01bb7c6d67bc951562ed98068eba189cadd42374 (diff) | |
download | perl-35fba0d9b63c24c469494ae4d5dc6f37fed89345.tar.gz |
Re: [ID 20000912.008] substr replacement of tainted data (bug)
Message-ID: <14808.56336.594486.626712@busy.netsoft.ro>
p4raw-id: //depot/perl@7111
Diffstat (limited to 'opcode.pl')
-rwxr-xr-x | opcode.pl | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -515,7 +515,7 @@ abs abs ck_fun fsTu% S? # String stuff. length length ck_lengthconst isTu% S? -substr substr ck_fun st@ S S S? S? +substr substr ck_substr st@ S S S? S? vec vec ck_fun ist@ S S S index index ck_index isT@ S S S? |