Skip to content
This repository was archived by the owner on Jun 24, 2026. It is now read-only.

Fix assertion failure in mappingchallenge.py#1517

Merged
disconnect3d merged 1 commit into
masterfrom
mappingchallenge-fix
Aug 30, 2019
Merged

Fix assertion failure in mappingchallenge.py#1517
disconnect3d merged 1 commit into
masterfrom
mappingchallenge-fix

Conversation

@smoelius

Copy link
Copy Markdown
Contributor

m.generate_testcase(st, "Flag Found", "")

The above line causes an assertion failure because the last argument should be an expression, not a string. This pull request eliminates the last argument to that call, allowing it to default to None.

@disconnect3d
disconnect3d merged commit a773d4a into master Aug 30, 2019
@disconnect3d
disconnect3d deleted the mappingchallenge-fix branch August 30, 2019 20:59
ekilmer added a commit that referenced this pull request Oct 18, 2019
* master:
  Remove generic exceptions (#1428) (#1537)
  Add missing will_write_memory event in write_bytes (#1535)
  Fix #1533 (#1534)
  Unsigned div constant folding simplification (#1530)
  ADDMOD and MULMOD fixes (#1531)
  perf: avoid multiple calls to read same self.PC (#1527)
  Adds test for memory max_exec_size (#1524)
  Add partial implementation of recvfrom syscall (#1514)
  perf: optimize decode_instruction (#1522)
  Clean-up log (#1520)
  Added storage change detection plugin (#1507)
  Add serialization/deserialization log messages. (#1518)
  Eliminate bogus generate_testcase argument. (#1517)
  Expose hard-coded dynamic load address for ELF sections (#1515)
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants