Skip to content
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

missing expression attributes at compiler/src/yul/mappers/expressions.rs:60:9 #250

Closed
agroce opened this issue Feb 15, 2021 · 0 comments · Fixed by #328
Closed

missing expression attributes at compiler/src/yul/mappers/expressions.rs:60:9 #250

agroce opened this issue Feb 15, 2021 · 0 comments · Fixed by #328

Comments

@agroce
Copy link

agroce commented Feb 15, 2021

Compiling this file:

contract o:
 pub def p():
    emit t("")
thread 'main' panicked at 'missing expression attributes', compiler/src/yul/mappers/expressions.rs:60:9
stack backtrace:
   0: std::panicking::begin_panic
   1: fe_compiler::yul::mappers::expressions::expr
   2: fe_compiler::yul::mappers::expressions::call_arg
note: Some details are omitted, run with `RUST_BACKTRACE=full` for a verbose backtrace.
Aborted

On latest github master, built with

[profile.dev]
debug = true
panic = "abort"

for fuzzing. Using https://github.com/agroce/afl-compiler-fuzzer + afl.rs.

cburgdorf added a commit to cburgdorf/fe that referenced this issue Mar 23, 2021
cburgdorf added a commit to cburgdorf/fe that referenced this issue Mar 23, 2021
cburgdorf added a commit that referenced this issue Mar 24, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant