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

Report status of the naked pointers checker in the process exit code #10171

Merged
merged 1 commit into from
Mar 6, 2021

Commits on Mar 2, 2021

  1. Extend the naked pointer checker to exit codes

    If the out-of-heap pointer test is tripped at any point, don't allow the
    process to exit normally with code 0. If caml_sys_exit is ultimately
    passed 0, change it to 1 (but any other non-zero code is preserved).
    dra27 committed Mar 2, 2021
    Configuration menu
    Copy the full SHA
    e0a6bf3 View commit details
    Browse the repository at this point in the history