-
Notifications
You must be signed in to change notification settings - Fork 571
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
perly.c:341: Perl_yyparse: Assertion `parser->yychar >= 0' failed. #15845
Comments
From @dur-randirCreated by @dur-randirWhile fuzzing perl v5.25.9-35-g32207c637b built with afl and run hexdump -C 0051 to cause an assertion failure when run with -Mexperimental=signatures. 0f8490d is the first bad commit yyparse: only calculate yytoken on yychar change yytoken is a translated (via lookup table) version of parser->yychar. GDB info about the crash location: (gdb) bt Perl Info
|
From @dur-randir |
From @iabynOn Sat, Jan 28, 2017 at 09:21:30AM -0800, Sergey Aleynikov wrote:
Now fixed with v5.25.9-66-gcbf40e7: commit cbf40e7 signature sub (\x80 triggered an assertion -- |
The RT System itself - Status changed from 'new' to 'open' |
From @tonycozOn Mon, 30 Jan 2017 04:39:28 -0800, davem wrote:
and closing. Tony |
@tonycoz - 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.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#130661 (status was 'resolved')
Searchable as RT130661$
The text was updated successfully, but these errors were encountered: