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

make signal handler less greedy: only handle signals from expected memory ranges #23

Merged
merged 4 commits into from
Mar 22, 2024

Commits on Mar 18, 2024

  1. Configuration menu
    Copy the full SHA
    5996e48 View commit details
    Browse the repository at this point in the history
  2. need <span> include

    spoonincode committed Mar 18, 2024
    Configuration menu
    Copy the full SHA
    9962c37 View commit details
    Browse the repository at this point in the history

Commits on Mar 19, 2024

  1. and another <span>

    spoonincode committed Mar 19, 2024
    Configuration menu
    Copy the full SHA
    4f9ef0e View commit details
    Browse the repository at this point in the history

Commits on Mar 20, 2024

  1. replace lambda with function

    since we're going to longjmp out of this function, probably best to stay as trivial as possible
    spoonincode committed Mar 20, 2024
    Configuration menu
    Copy the full SHA
    f725536 View commit details
    Browse the repository at this point in the history