This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
[PATCH] [perl #20321] Non-destructive Perl_av_make
authorBo Borgerson <gigabo@gmail.com>
Mon, 2 Nov 2009 17:25:23 +0000 (11:25 -0600)
committerSteve Peters <steve@fisharerojo.org>
Mon, 2 Nov 2009 17:25:23 +0000 (11:25 -0600)
commit2b6765935f5ee68d8093e686b8e292ad5de5a898
tree383624ed8bb748573fcffe09f9486f20c4818ace
parent2f7a9718549bed20690a376daf82104fa475c252
[PATCH] [perl #20321] Non-destructive Perl_av_make

Don't let sv_setsv swipe temps in av_make, since the source array
might have multiple references to the same temp scalar (e.g. from
a list slice).
av.c
t/op/list.t