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:
285a3ca
)
perldelta for 285a3ca13
author
Tony Cook
<tony@develop-help.com>
Mon, 3 Jun 2013 12:57:28 +0000
(22:57 +1000)
committer
Tony Cook
<tony@develop-help.com>
Mon, 3 Jun 2013 12:57:28 +0000
(22:57 +1000)
pod/perldelta.pod
patch
|
blob
|
blame
|
history
diff --git
a/pod/perldelta.pod
b/pod/perldelta.pod
index
d21def6
..
8d399c8
100644
(file)
--- a/
pod/perldelta.pod
+++ b/
pod/perldelta.pod
@@
-475,6
+475,12
@@
of used chains in the hash is now cached for larger hashes. Smaller hashes
continue not to store it and calculate it when needed, as this saves one IV.
That would be 1 IV overhead for every object built from a hash. [RT #114576]
+=item *
+
+Fixed a small number of regexp constructions could either fail to
+match or crash perl when the string being matched against was
+allocated above the 2GB line on 32-bit systems. [RT #118175]
+
=back
=head1 Known Problems