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

Fix use after free bug in actor heap finalisation that can lead to a segfault #4522

Open
wants to merge 5 commits into
base: main
Choose a base branch
from

Commits on Oct 7, 2024

  1. Configuration menu
    Copy the full SHA
    59ba306 View commit details
    Browse the repository at this point in the history
  2. Temporarily zero out heap memory when destorying a chunk

    this is needed to reliably trigger heap finaliser bug and can be
    reverted after the bug is fixed.
    dipinhora committed Oct 7, 2024
    Configuration menu
    Copy the full SHA
    1d33f83 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    448ad8e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    fda99f3 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    b5635dd View commit details
    Browse the repository at this point in the history