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

src: handle wasm out of bound in osx will raise SIGBUS correctly #46561

Merged
merged 4 commits into from
Jun 12, 2023
Merged

src: handle wasm out of bound in osx will raise SIGBUS correctly #46561

merged 4 commits into from
Jun 12, 2023

Commits on Jun 1, 2023

  1. src: handle wasm out of bound in osx will raise SIGBUS correctly

    fix: #46559
    OSX will raise both SIGBUS and SIGSEGV when out of bound memory visit,
    This commit set sigaction in OSX for two signals to handle this.
    HerrCai0907 committed Jun 1, 2023
    Configuration menu
    Copy the full SHA
    5a33d42 View commit details
    Browse the repository at this point in the history
  2. format

    HerrCai0907 committed Jun 1, 2023
    Configuration menu
    Copy the full SHA
    b390df5 View commit details
    Browse the repository at this point in the history
  3. add TODO mark

    HerrCai0907 committed Jun 1, 2023
    Configuration menu
    Copy the full SHA
    c2a7b9c View commit details
    Browse the repository at this point in the history

Commits on Jun 4, 2023

  1. Update test/parallel/test-wasm-memory-out-of-bound.js

    Co-authored-by: James M Snell <jasnell@gmail.com>
    HerrCai0907 and jasnell committed Jun 4, 2023
    Configuration menu
    Copy the full SHA
    456342f View commit details
    Browse the repository at this point in the history