You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
BTW, either solc is getting less buggy over time, or is being fuzzed pretty aggressively; my fuzzer instances don't come up with anything new very often now, though there is a minor sticking point that they report many instances of crashes due to FixedPointType not implemented. or solfuzzer hitting a stack limit in json parsing.
cameel
changed the title
ICE in const solidity::frontend::Type &solidity::frontend::UserDefinedValueType::underlyingType() const
ICE in UserDefinedValueType::underlyingType() when the the type is used before it is declared
Oct 24, 2021
Description
This contract:
produces:
when compiled with solc
On master, using AFL fuzzing. Another discovery using https://github.com/agroce/afl-compiler-fuzzer
Environment
Steps to Reproduce
Above shows pretty clearly, I think.
The text was updated successfully, but these errors were encountered: