Bug#483651: libperl5.10: Regression in argument verification

2008-06-05 Thread Niko Tyni
tag 483651 upstream thanks On Fri, May 30, 2008 at 11:04:36AM +0200, Sebastian Harl wrote: Package: libperl5.10 Version: 5.10.0-10 Severity: normal In Perl 5.8, Perl_av_clear(), Perl_av_undef() and possibly other API functions simply returned without doing anything, if the AV * argument

Bug#483651: libperl5.10: Regression in argument verification

2008-05-30 Thread Sebastian Harl
Package: libperl5.10 Version: 5.10.0-10 Severity: normal Hi, I noticed the following changes in av.c between Perl 5.8 and 5.10: In Perl 5.8, Perl_av_clear(), Perl_av_undef() and possibly other API functions simply returned without doing anything, if the AV * argument was NULL: if (!av)