This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
PATCH: [perl #126615] Segfault/assert fail with regex_sets
authorKarl Williamson <khw@cpan.org>
Sat, 14 Nov 2015 18:41:30 +0000 (11:41 -0700)
committerKarl Williamson <khw@cpan.org>
Sat, 14 Nov 2015 18:56:49 +0000 (11:56 -0700)
commit2985caa9ee0029932680fc8f354a35492d18fe9a
treea67e00b41c5ea534568793e54419d83258a37c46
parente094d663c4915e2652d99b1a512038a2623eeaf1
PATCH: [perl #126615] Segfault/assert fail with regex_sets

This is a the result of where I added an assert to make sure that
where I didn't think a situation could happen, in fact couldn't.  But it
turns out it can happen when there is a syntax error, so raise an error,
instead of doing the assert.
regcomp.c
t/re/reg_mesg.t