-
Notifications
You must be signed in to change notification settings - Fork 540
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
null pointer deref Perl_re_intuit_start (regexec.c:1049) #15628
Comments
From @geeknikThis one crashes both Perl 5.20.2 and Perl v5.25.5-8-g3c42ae1. Found with AFL+ASAN. od -tx1 test32 Perl v5.25.5-8-g3c42ae1: AddressSanitizer can not provide additional info. (gdb) list Perl 5.20.2: |
From @cpansproutOn Sat Sep 24 17:16:05 2016, brian.carpenter@gmail.com wrote:
This is a simple as I can get it: $ ./miniperl -e '".\x{100}" =~ /\b\z0*\x{100}/' $ ./perl -Ilib -Mre=debug -e '".\x{100}" =~ /\b\z0*\x{100}/' -- Father Chrysostomos |
The RT System itself - Status changed from 'new' to 'open' |
From @hvdsThis should be fixed by 2814f4b: [perl #129350] anchored/floating substrings must be utf8 if target is Hugo |
@hvds - Status changed from 'open' to 'pending release' |
From @hvdsThis should be fixed by 2814f4b: [perl #129350] anchored/floating substrings must be utf8 if target is Hugo |
From @hvdsOn Tue Oct 11 08:05:21 2016, xsawyerx@cpan.org wrote:
I'm not sure I understand the question, or the intended action. The corresponding test passes in smokes - is that the verification you're asking about? The fix is not yet in a stable release of perl, so I think the ticket is as far resolved as it should be at this stage. Hugo |
From @xsawyerxOn 10/11/2016 05:45 PM, Hugo van der Sanden via RT wrote:
You have answered my question. Thank you. :) |
From @khwilliamsonThank you for filing this report. You have helped make Perl better. With the release today of Perl 5.26.0, this and 210 other issues have been Perl 5.26.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#129350 (status was 'resolved')
Searchable as RT129350$
The text was updated successfully, but these errors were encountered: