Skip to content

Echidna crashes when trying to write a Foundry reproducer #1513

@gustavo-grieco

Description

@gustavo-grieco

This crashes echidna when a reproducer is written in the foundry mode:

contract Contract {
  uint256 x;
  function f(bytes1 s) public {
    require(state);
    assert(s[0] != "\x92");
    x = 1;
  }
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions