Branch: refs/heads/smoke-me/khw-jdl
  Home:   https://github.com/Perl/perl5
  Commit: 0f10b4a2cb71c99ce2b499f47bc2146c88333db9
      
https://github.com/Perl/perl5/commit/0f10b4a2cb71c99ce2b499f47bc2146c88333db9
  Author: Karl Williamson <k...@cpan.org>
  Date:   2020-04-23 (Thu, 23 Apr 2020)

  Changed paths:
    M pod/perldiag.pod
    M regcomp.c
    M t/re/reg_mesg.t

  Log Message:
  -----------
  regcomp.c: Fix named sequences in (?[...])

The regex_sets feature cannot yet handle named sequences possibly
returned by \p{name=...}.  I forgot to check for this possibility which
led to a null pointer dereference.  Also, the called function was
returning success when it should have failed in this circumstance.

This fixes #17732

Reply via email to