In perl.git, the branch blead has been updated <http://perl5.git.perl.org/perl.git/commitdiff/8ecef80150e3cbd8e53560e7eb9f9a85a8151ecf?hp=bf4a926a29374161655548b149d1cb37300bcc05>
- Log ----------------------------------------------------------------- commit 8ecef80150e3cbd8e53560e7eb9f9a85a8151ecf Author: Tony Cook <[email protected]> Date: Tue Jan 17 10:56:33 2017 +1100 perldelta for bf4a926a2937 ----------------------------------------------------------------------- Summary of changes: pod/perldelta.pod | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/pod/perldelta.pod b/pod/perldelta.pod index 397532b1d3..fd072d7c75 100644 --- a/pod/perldelta.pod +++ b/pod/perldelta.pod @@ -651,6 +651,13 @@ its return value in scalar context. It could then write a single pointer immediately beyond the end of the memory block allocated for the stack. [perl #130262] +=item * + +Using a large code point with the C<W> pack template character with +the current output position aligned at just the right point could +cause a write a single zero byte immediately beyond the end of an +allocated buffer. [perl #129149] + =back =head1 Known Problems -- Perl5 Master Repository
