summaryrefslogtreecommitdiff
path: root/AUTHORS
diff options
context:
space:
mode:
authorJirka Hruška <jirka@fud.cz>2010-09-01 10:59:35 +0100
committerDavid Mitchell <davem@iabyn.com>2010-09-01 12:24:44 +0100
commit61e14cb44198449802cc50bc000890b1db9ba3f2 (patch)
treeeca0bd13b51150de14acff68eca3865a6a8d0893 /AUTHORS
parent7b1903740d907382fa6f406bd7ab1262921746c8 (diff)
downloadperl-61e14cb44198449802cc50bc000890b1db9ba3f2.tar.gz
Memory leak cloning PVGVs
[perl #77352] In S_sv_dup_common, Perl_rvpv_dup was called twice on a non-GP PVGV value, causing the first duped value to be leaked
Diffstat (limited to 'AUTHORS')
-rw-r--r--AUTHORS1
1 files changed, 1 insertions, 0 deletions
diff --git a/AUTHORS b/AUTHORS
index e7e3fb2227..20f57a6b03 100644
--- a/AUTHORS
+++ b/AUTHORS
@@ -493,6 +493,7 @@ Jim Meyering <meyering@asic.sc.ti.com>
Jim Miner <jfm@winternet.com>
Jim Richardson
Jim Schneider <jschneid@netilla.com>
+Jirka Hruška <jirka@fud.cz>
Joachim Huober
Jochen Wiedmann <joe@ispsoft.de>
Jody Belka <dev-perl@pimb.org>