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

Handle extended const segment offsets in the fuzzer #6382

Merged
merged 3 commits into from
Mar 7, 2024

Commits on Mar 7, 2024

  1. Handle extended const segment offsets in the fuzzer

    The fuzzer already had logic to remove all references to non-imported globals
    from global initializers and data segment offsets, but it was missing for
    element segment offsets. Add it, and also add a missing check line for the new
    test that uncovered this bug as initial fuzzer input.
    tlively committed Mar 7, 2024
    Configuration menu
    Copy the full SHA
    1ed0d77 View commit details
    Browse the repository at this point in the history
  2. check for import

    tlively committed Mar 7, 2024
    Configuration menu
    Copy the full SHA
    8c02b22 View commit details
    Browse the repository at this point in the history
  3. assertions

    tlively committed Mar 7, 2024
    Configuration menu
    Copy the full SHA
    979b615 View commit details
    Browse the repository at this point in the history