This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Disallow sprintf's vector handling for non-integer formats.
authorGisle Aas <gisle@activestate.com>
Sun, 11 Dec 2005 18:14:24 +0000 (18:14 +0000)
committerGisle Aas <gisle@activestate.com>
Sun, 11 Dec 2005 18:14:24 +0000 (18:14 +0000)
commit26372e719d968db9587087a91713eb8747db7141
tree2d1bb429e7e949d4077b1a907aec1565d653516d
parent7ad96abb1ad587ddcec56cda2faec929c6a20956
Disallow sprintf's vector handling for non-integer formats.
Avoids core dump for printf("%vs") and similar.

p4raw-id: //depot/perl@26321
sv.c
t/op/sprintf.t