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

Switch to panic='abort' for safety across FFI boundaries #184

Merged
merged 2 commits into from
Jan 21, 2021

Commits on Jan 21, 2021

  1. Switch to panic='abort' for safety across FFI boundaries

    Thanks to @daira for pointing out the security impact, and
    @jon-chuang for raising the issue / pointing out perf improvements.
    
    This still needs to be done in downstream repositories, as this
    change only applies to the top level crate.
    ValarDragon committed Jan 21, 2021
    Configuration menu
    Copy the full SHA
    b8da8b6 View commit details
    Browse the repository at this point in the history
  2. Apply changelog update

    ValarDragon committed Jan 21, 2021
    Configuration menu
    Copy the full SHA
    56efaa4 View commit details
    Browse the repository at this point in the history