-
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
op.c:13088: void S_maybe_multideref(OP *, OP *, UV, U8): Assertion `!(o->op_flags & ~(3|128))' failed. #16029
Comments
From @dur-randirCreated by @dur-randirWhile fuzzing perl v5.27.1-37-g4c95ee9f29 built with afl and run m!$0{qw/0/->@*}! to cause an assertion failure, even when run under -c for a syntax gdb$ bt Perl Info
|
From @ilmariSergey Aleynikov (via RT) <perlbug-followup@perl.org> writes:
The offending flag is OPf_PARENS, which is to indicate that the OP_GV @x = (10..12); is Pushed as commit e13dc88. The fact that the above works under strict 'refs' is a separate bug, -- |
The RT System itself - Status changed from 'new' to 'open' |
Migrated from rt.perl.org#131627 (status was 'open')
Searchable as RT131627$
The text was updated successfully, but these errors were encountered: