This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
sv.c: Assert that sv_[ivp]v are not passed aggregates
authorFather Chrysostomos <sprout@cpan.org>
Fri, 19 Jul 2013 15:51:47 +0000 (08:51 -0700)
committerFather Chrysostomos <sprout@cpan.org>
Fri, 19 Jul 2013 17:10:15 +0000 (10:10 -0700)
commit217f6fa330a187be32a68556507e3165b8747f55
treee69d2f41cb5bc1b0d5e72c90f239e7dbcc4449af
parent637917bb2be52531e0e1877cc368f6f9f48e6bc0
sv.c: Assert that sv_[ivp]v are not passed aggregates

The lack of assertions can hide bugs.  See 32a609747bffb for instance
sv.c