This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
PATCH: gh #17319 Segfault
authorKarl Williamson <khw@cpan.org>
Fri, 22 Nov 2019 22:28:13 +0000 (15:28 -0700)
committerKarl Williamson <khw@cpan.org>
Fri, 22 Nov 2019 22:54:44 +0000 (15:54 -0700)
commit53d42e43e359facdd83b313c1f4b70f9ff559a70
treed1e8547bbdfa043aaa7cd7a23b58ffcbc25a8fdc
parent008bb368ebc18adc42e95769e4ebbd7d5545ce3d
PATCH: gh #17319 Segfault

It turns out that one isn't supposed to fill in the offset to the next
regnode at node creation time.  And this node is like EXACTish, so the
string stuff isn't accounted for in its regcomp.sym definition
pod/perldebguts.pod
regcomp.c
regcomp.h
regcomp.sym
regnodes.h
t/re/pat.t