This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
The assert()ions in sv_chop() that the passed in pointer is within the
authorNicholas Clark <nick@ccl4.org>
Sun, 13 Jul 2008 20:22:25 +0000 (20:22 +0000)
committerNicholas Clark <nick@ccl4.org>
Sun, 13 Jul 2008 20:22:25 +0000 (20:22 +0000)
commit6c65d5f9331797a0b303b34e8a76d4c0ea75e4d0
tree09865303417b60549801f9e2c67b88493912fb84
parent7e455f685b45addf2cc78d01dda187c70274aaa3
The assert()ions in sv_chop() that the passed in pointer is within the
SV's buffer should be full-on panics, as bogus values passed in can
cause later heap corruption, which is a bad thing (TM).

p4raw-id: //depot/perl@34138
pod/perldiag.pod
sv.c