summaryrefslogtreecommitdiff
path: root/opcode.pl
diff options
context:
space:
mode:
authorRadu Greab <radu@netsoft.ro>2000-10-03 01:03:44 +0300
committerJarkko Hietaniemi <jhi@iki.fi>2000-10-02 23:35:40 +0000
commit35fba0d9b63c24c469494ae4d5dc6f37fed89345 (patch)
tree4a3a2033c50e7c9a1eeb6732682fe21898afa3d6 /opcode.pl
parent01bb7c6d67bc951562ed98068eba189cadd42374 (diff)
downloadperl-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-xopcode.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/opcode.pl b/opcode.pl
index d1389177c3..43d98ae8af 100755
--- a/opcode.pl
+++ b/opcode.pl
@@ -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?