-
Notifications
You must be signed in to change notification settings - Fork 560
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
Perl_yylex: Assertion `((((U8)*(((U8*)s)+1 )) & 0xC0) == 0x80)' failed (toke.c:4821) #15130
Comments
From @geeknikThe attached 'script' causes the following assertion failure in Perl v5.23.7 (v5.23.6-109-g388b516): perl: toke.c:4821: Perl_yylex: Assertion `((((U8)*(((U8*)s)+1 )) & 0xC0) == 0x80)' failed. |
From @tonycozOn Wed Jan 13 17:41:39 2016, brian.carpenter@gmail.com wrote:
Also reproducible with: $ hexdump -C ../127262b.pl Tony |
The RT System itself - Status changed from 'new' to 'open' |
From @khwilliamsonOn Mon Jan 18 19:20:11 2016, tonyc wrote:
I'm unable to reproduce this. Could someone supply configuration details? |
From @geeknikOn Wed Mar 02 09:03:30 2016, khw wrote:
./Configure -des -Dusedevel -DDEBUGGING -Dcc=afl-gcc -Doptimize=-O2\ -g && AFL_HARDEN=1 make Debian 8.2 x64, gcc 4.9.2, afl 2.05b, libc 2.19-18+deb8u3, etc. |
From @hvdsOn Wed Mar 02 09:03:30 2016, khw wrote:
I can reproduce it on blead here: % git clean -dfx Characteristics of this binary (from libperl): Hugo |
From @khwilliamsonThanks for reporting this. Fixed by commit |
@khwilliamson - Status changed from 'open' to 'pending release' |
From @khwilliamsonThank you for submitting this report. You have helped make Perl better. Perl 5.24.0 may be downloaded via https://metacpan.org/release/RJBS/perl-5.24.0 |
@khwilliamson - Status changed from 'pending release' to 'resolved' |
Migrated from rt.perl.org#127262 (status was 'resolved')
Searchable as RT127262$
The text was updated successfully, but these errors were encountered: