summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFlorian Ragwitz <rafl@debian.org>2011-09-05 01:16:37 +0200
committerFlorian Ragwitz <rafl@debian.org>2011-09-05 01:17:06 +0200
commitc58c58ee4c5b2c8e5bb4462700b37fe687df3412 (patch)
treec60e8015de6be63e4dd04174a4809e01f1ac882e
parent8eae80dff0b7fb7ecfac92d00f7dc4aefc6ddc0c (diff)
downloadperl-c58c58ee4c5b2c8e5bb4462700b37fe687df3412.tar.gz
Perldelta entry for the utf8::decode COW fix
-rw-r--r--pod/perldelta.pod6
1 files changed, 6 insertions, 0 deletions
diff --git a/pod/perldelta.pod b/pod/perldelta.pod
index f03659e9f6..59365c6e7a 100644
--- a/pod/perldelta.pod
+++ b/pod/perldelta.pod
@@ -144,6 +144,12 @@ C<caller> no longer leaks memory when called from the DB package if
C<@DB::args> was assigned to after the first call to C<caller>. L<Carp>
was triggering this bug [perl #97010].
+=item *
+
+C<utf8::decode> had a nasty bug that would modify copy-on-write scalars'
+string buffers in place (i.e., skipping the copy). This could result in
+hashes having two elements with the same key [perl #91834].
+
=back
=head1 Acknowledgements