-
Notifications
You must be signed in to change notification settings - Fork 561
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 Perl_av_push/S_handle_regex_sets #16928
Comments
From @dur-randirCreated by @dur-randirWhile fuzzing perl v5.29.9-63-g2496d8f3f7 built with afl and run m,(?[\N{U+0.0}, to cause an assertion failure perl: av.c:611: void Perl_av_push(AV *, SV *): Assertion `val' failed. 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, and while being very similar to commit 7c932d0 Remove sizing pass from regular expression compiler This commit removes the sizing pass for regular expression compilation. Perl Info
|
@khwilliamson - Status changed from 'new' to 'open' |
From @khwilliamsonFixed by PATCH: [perl #133988], Assertion failure -- |
@khwilliamson - Status changed from 'open' to 'pending release' |
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#133988 (status was 'resolved')
Searchable as RT133988$
The text was updated successfully, but these errors were encountered: