This is a live mirror of the Perl 5 development currently hosted at
https://github.com/perl/perl5
https://perl5.git.perl.org
/
perl5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b9dc63e
)
perldelta for #113060
author
Father Chrysostomos
<sprout@cpan.org>
Thu, 7 Jun 2012 23:10:36 +0000
(16:10 -0700)
committer
Father Chrysostomos
<sprout@cpan.org>
Fri, 8 Jun 2012 06:51:09 +0000
(23:51 -0700)
pod/perldelta.pod
patch
|
blob
|
blame
|
history
diff --git
a/pod/perldelta.pod
b/pod/perldelta.pod
index
809dd80
..
27cbb50
100644
(file)
--- a/
pod/perldelta.pod
+++ b/
pod/perldelta.pod
@@
-408,6
+408,12
@@
The "Can't find an opnumber" message that C<prototype> produces when passed
a string like "CORE::nonexistent_keyword" is now passes UTF8 and embedded
nulls through unchanged [perl #97478].
+=item *
+
+Under threaded perls, a run-time code block in a regular expression could
+corrupt the package name stored in the op tree, resulting in bad reads
+in C<caller>, and possibly crashes [perl #113060].
+
=back
=head1 Known Problems