diff options
author | Nicholas Clark <nick@ccl4.org> | 2005-12-11 12:54:14 +0000 |
---|---|---|
committer | Nicholas Clark <nick@ccl4.org> | 2005-12-11 12:54:14 +0000 |
commit | 7ad96abb1ad587ddcec56cda2faec929c6a20956 (patch) | |
tree | 9242e874bfa8c276d5b48222292e6f8316ba55e5 /t | |
parent | a7a23d71702876705a62edb89b892fca62cd448b (diff) | |
download | perl-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-x | t/op/sprintf.t | 2 |
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< |