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

core/vm,eth/tracers/native: prevent panic for LOG edge-cases #26848

Merged
merged 2 commits into from
Mar 28, 2023

Commits on Mar 20, 2023

  1. core/vm,eth/tracers/native: prevent tracer method handler crash when …

    …logs are enabled and a LOG opcode would underflow the stack or access memory that hasn't been expanded yet
    jwasinger authored and holiman committed Mar 20, 2023
    Configuration menu
    Copy the full SHA
    2d09e18 View commit details
    Browse the repository at this point in the history

Commits on Mar 23, 2023

  1. eth/tracers/internal: tests for log memexpansion and stack depletion

    eth/tracers: refactor mem-copy and add test
    eth/tracers/internal: add test producing OOM on prestate-tracer
    eth/tracers: fix OOM on prestate-tracer
    eth/tracers/js: make memory.slice use padding
    eth/tracers/js: rm unused 'min'-method
    holiman committed Mar 23, 2023
    Configuration menu
    Copy the full SHA
    7aa085e View commit details
    Browse the repository at this point in the history