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 double-free and undefined behaviour in libstd::syn::unix::Thread::new #70597

Merged
merged 9 commits into from
Apr 3, 2020

Commits on Mar 31, 2020

  1. Fix double-free and undefined behaviour in libstd::syn::unix::Thread:…

    …:new.
    Vytautas Astrauskas committed Mar 31, 2020
    Configuration menu
    Copy the full SHA
    64e5327 View commit details
    Browse the repository at this point in the history
  2. Inline start_thread into its callers.

    Vytautas Astrauskas committed Mar 31, 2020
    Configuration menu
    Copy the full SHA
    753bc7d View commit details
    Browse the repository at this point in the history

Commits on Apr 1, 2020

  1. Use Box::into_raw instead of ManuallyDrop in Thread::new.

    Vytautas Astrauskas committed Apr 1, 2020
    Configuration menu
    Copy the full SHA
    5382347 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    baa6d55 View commit details
    Browse the repository at this point in the history

Commits on Apr 2, 2020

  1. Remove stack overflow handler stub for wasm.

    Vytautas Astrauskas committed Apr 2, 2020
    Configuration menu
    Copy the full SHA
    ec8275c View commit details
    Browse the repository at this point in the history
  2. Remove unnecessary intermediate pointer cast in Thread::new.

    Vytautas Astrauskas committed Apr 2, 2020
    Configuration menu
    Copy the full SHA
    1c1bd95 View commit details
    Browse the repository at this point in the history
  3. Remove unnecessary stack overflow handler stub for sgx.

    Vytautas Astrauskas committed Apr 2, 2020
    Configuration menu
    Copy the full SHA
    53aa5a1 View commit details
    Browse the repository at this point in the history

Commits on Apr 3, 2020

  1. Delete unnecessary stub stack overflow handler for hermit.

    Vytautas Astrauskas committed Apr 3, 2020
    Configuration menu
    Copy the full SHA
    d637d6e View commit details
    Browse the repository at this point in the history
  2. Delete unnecessary stub stack overflow handler for cloudabi.

    Vytautas Astrauskas committed Apr 3, 2020
    Configuration menu
    Copy the full SHA
    d512b22 View commit details
    Browse the repository at this point in the history