-
Notifications
You must be signed in to change notification settings - Fork 559
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Assertion failure in S_find_span_end_mask (regexec.c:689) #16937
Comments
From @dur-randirCreated by @dur-randirWhile fuzzing perl v5.29.9-63-g2496d8f3f7 built with afl and run use utf8; q!0 æ! =~ m!\b(*COMMIT)(*FAIL)! to cause an assertion failure perl: regexec.c:6162: S_regmatch: Assertion `(((U8*) reginfo->strend)
GDB stack trace is following #0 __GI_raise (sig=sig@entry=6) at ../sysdeps/unix/sysv/linux/raise.c:50 This is a regression between 5.24 and 5.26, bisect points to commit 7a20706 Convert core (except toke.c) to use isFOO_utf8_safe() The previous commit added this feature; now this commit uses it in core. Perl Info
|
From @dur-randirCreated by @dur-randirWhile fuzzing perl v5.29.9-63-g2496d8f3f7 built with afl and run 0 =~ /\p{nv:(\B(*COMMIT)C+)}/ to cause an assertion failure on debugging builds and triggering perl: regexec.c:689: U8 *S_find_span_end_mask(U8 *, const U8 *, const GDB stack trace is following #0 __GI_raise (sig=sig@entry=6) at ../sysdeps/unix/sysv/linux/raise.c:50 This is a regression in blead, bisect points to commit 1532347 Add Unicode property wildcards Perl Info
|
@khwilliamson - Status changed from 'new' to 'open' |
From @khwilliamsonThanks for finding this. Fixed by PATCH: [perl #133999] Assertion failure in regex match |
@khwilliamson - Status changed from 'open' to 'pending release' |
From @khwilliamsonThis was the same fundamental problem as [perl #133999], which this ticket is now merged into |
The RT System itself - Status changed from 'new' to 'open' |
From @khwilliamsonThank you for filing this report. You have helped make Perl better. With the release today of Perl 5.30.0, this and 160 other issues have been Perl 5.30.0 may be downloaded via: If you find that the problem persists, feel free to reopen this ticket. |
@khwilliamson - Status changed from 'pending release' to 'resolved' |
Migrated from rt.perl.org#133999 (status was 'resolved')
Searchable as RT133999$
The text was updated successfully, but these errors were encountered: