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:
079bf24
)
perldelta for d3b9036e206e
author
Tony Cook
<tony@develop-help.com>
Sun, 13 Dec 2015 23:13:43 +0000
(10:13 +1100)
committer
Tony Cook
<tony@develop-help.com>
Sun, 13 Dec 2015 23:13:43 +0000
(10:13 +1100)
pod/perldelta.pod
patch
|
blob
|
blame
|
history
diff --git
a/pod/perldelta.pod
b/pod/perldelta.pod
index
8791d76
..
2966b24
100644
(file)
--- a/
pod/perldelta.pod
+++ b/
pod/perldelta.pod
@@
-391,6
+391,12
@@
producing the correct error message. The condition asserted on is
detected and reported on correctly without the assertions, so the
assertions were removed. [perl #126480]
+=item *
+
+In some cases, failing to parse a here-doc would attempt to use freed
+memory. This was caused by a pointer not being restored correctly.
+[perl #126443]
+
=back
=head1 Known Problems