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: preserved thread's system error over NativeCallback invocations #790

Merged
merged 1 commit into from
May 10, 2024

Commits on May 10, 2024

  1. gumjs: Preserve thread's system error over NativeCallback invocations

    Though JavaScript function wrapped as a NativeCallback allows both
    inspecting and altering the current thread's system error, it wasn't
    possible to leave the system error as-is. Unless replaced by a value
    unequal to the original, the system error was being forced to 0 upon
    return from the NativeCallback.
    Simon Zuckerbraun authored and oleavr committed May 10, 2024
    Configuration menu
    Copy the full SHA
    f545d8d View commit details
    Browse the repository at this point in the history