In perl.git, the branch hv/elen-fix has been created
<http://perl5.git.perl.org/perl.git/commitdiff/cc1db442ddceb14693628c887f6967388c6e10fe?hp=0000000000000000000000000000000000000000>
at cc1db442ddceb14693628c887f6967388c6e10fe (commit)
- Log -----------------------------------------------------------------
commit cc1db442ddceb14693628c887f6967388c6e10fe
Author: Hugo van der Sanden <[email protected]>
Date: Sat Feb 7 16:31:04 2015 +0000
[perl #123755] including unknown char in error requires care
AFL (<http://lcamtuf.coredump.cx/afl>) found that when producing the
error message for /(??/ we hit an assert because we've stepped past
the end of the pattern string. Code inspection found that we also do
that in other branches, and we also need to check UTF more carefully.
-----------------------------------------------------------------------
--
Perl5 Master Repository