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:
94a2f6a
)
perldelta for 94a2f6a3c87a
author
Tony Cook
<tony@develop-help.com>
Mon, 3 Jun 2019 05:33:07 +0000
(15:33 +1000)
committer
Tony Cook
<tony@develop-help.com>
Mon, 3 Jun 2019 05:33:07 +0000
(15:33 +1000)
pod/perldelta.pod
patch
|
blob
|
blame
|
history
diff --git
a/pod/perldelta.pod
b/pod/perldelta.pod
index
1008817
..
cfee5ef
100644
(file)
--- a/
pod/perldelta.pod
+++ b/
pod/perldelta.pod
@@
-375,6
+375,11
@@
is waiting for the child process to complete. [perl #122112]
C<< sprintf("%.*a", -10000, $x) >> would cause a buffer overflow due
to mishandling of the negative precision value. [perl #134008]
+=item *
+
+scalar() on a reference could cause an erroneous assertion failure
+during compilation. [perl #134045]
+
=back
=head1 Known Problems