assert() that the pointer passed to Perl_sv_chop() lies within the
authorNicholas Clark <nick@ccl4.org>
Sun, 13 Jul 2008 04:04:31 +0000 (04:04 +0000)
committerNicholas Clark <nick@ccl4.org>
Sun, 13 Jul 2008 04:04:31 +0000 (04:04 +0000)
commit26bfa6e19e3eed192092dc298a7d234daadb4a7d
treeff1562d9c42d84d00d3d658f674820fe7ab167b3
parent003d2c645c2d36c77e1c73837b173c4e6c41c666
assert() that the pointer passed to Perl_sv_chop() lies within the
buffer of the SV.

p4raw-id: //depot/perl@34136
sv.c