summaryrefslogtreecommitdiff
path: root/t
diff options
context:
space:
mode:
authorNicholas Clark <nick@ccl4.org>2005-12-11 12:54:14 +0000
committerNicholas Clark <nick@ccl4.org>2005-12-11 12:54:14 +0000
commit7ad96abb1ad587ddcec56cda2faec929c6a20956 (patch)
tree9242e874bfa8c276d5b48222292e6f8316ba55e5 /t
parenta7a23d71702876705a62edb89b892fca62cd448b (diff)
downloadperl-7ad96abb1ad587ddcec56cda2faec929c6a20956.tar.gz
Quench the other 2 ways obscure ways of abusing positional parameters
to generate bogus array indexes. These two are inside the vector formatting code. p4raw-id: //depot/perl@26320
Diffstat (limited to 't')
-rwxr-xr-xt/op/sprintf.t2
1 files changed, 2 insertions, 0 deletions
diff --git a/t/op/sprintf.t b/t/op/sprintf.t
index 35bb8e6cca..4130a5a89c 100755
--- a/t/op/sprintf.t
+++ b/t/op/sprintf.t
@@ -421,3 +421,5 @@ __END__
>%#b< >0< >0<
>%#o< >0< >0<
>%#x< >0< >0<
+>%2918905856$v2d< >''< ><
+>%*2918905856$v2d< >''< > UNINIT<