Bug#512036: calling Data::Dumper->Dump(['a'], 'b') crashes perl interpreter

Niko Tyni ntyni at debian.org
Mon Jan 26 18:50:18 UTC 2009


forwarded 512036 http://rt.perl.org/rt3/Public/Bug/Display.html?id=56766
tag 512036 patch fixed-upstream
thanks

On Fri, Jan 16, 2009 at 05:21:25PM +0100, Thomas Jahns wrote:
> The following script crashes perl reliably
> 
> --8<-----------------------------------------
> #! /usr/bin/perl
> use Data::Dumper ();
> print Data::Dumper->Dump(['a'], 'b');
> --8<-----------------------------------------
> 
> Note the incorrect second parameter (should be an array ref). Still
> this shouldn't bring down the perl interpreter.

This is [perl #56766], fixed upstream with the attached patch.
-- 
Niko Tyni   ntyni at debian.org
-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0001--perl-56766-PATCH.patch
Type: text/x-diff
Size: 0 bytes
Desc: not available
Url : http://lists.alioth.debian.org/pipermail/perl-maintainers/attachments/20090126/9f831559/attachment-0001.patch 


More information about the Perl-maintainers mailing list