In perl.git, the branch blead has been updated <http://perl5.git.perl.org/perl.git/commitdiff/fc475f6a006d74b0a8b5f8825fba7f3814600a33?hp=0d2b72401a4bde93f7d4e279c94be81217fdb9fe>
- Log ----------------------------------------------------------------- commit fc475f6a006d74b0a8b5f8825fba7f3814600a33 Author: Steve Hay <[email protected]> Date: Wed Jan 21 14:11:16 2015 +0000 perldelta for 56f81afc0f, which is actually in 5.21.8 ----------------------------------------------------------------------- Summary of changes: pod/perl5218delta.pod | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/pod/perl5218delta.pod b/pod/perl5218delta.pod index d77b2ff..5715a83 100644 --- a/pod/perl5218delta.pod +++ b/pod/perl5218delta.pod @@ -601,6 +601,11 @@ pp_formline() didn't set the pointer used to mark the chop position, which led to the C<FF_MORE> case crashing with a segmentation fault. This has been fixed. [perl #123538] +=item * + +A possible buffer overrun and crash when parsing a literal pattern during +regular expression compilation has been fixed. [perl #123604] + =back =head1 Acknowledgements -- Perl5 Master Repository
