-
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 S_is_utf8_invariant_string_loc #16864
Comments
From @dur-randirCreated by @dur-randirWhile fuzzing perl v5.29.8-21-gde59f38ed9 built with afl and run 00000000 73 2f 2f 30 30 30 30 30 30 30 30 30 30 30 66 6f |s//00000000000fo| to cause an assertion failure: perl: ./inline.h:470: _Bool S_is_utf8_invariant_string_loc(const U8 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.26 and 5.28, bisect points to commit 1d2af57 Avoid some branches This replaces some looping with branchless code in two places: looking Perl Info
|
From @dur-randir |
@khwilliamson - Status changed from 'new' to 'open' |
From @khwilliamsonFixed by PATCH: [perl #133882] 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#133882 (status was 'resolved')
Searchable as RT133882$
The text was updated successfully, but these errors were encountered: