-
Notifications
You must be signed in to change notification settings - Fork 12.7k
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
Commits on Mar 31, 2020
-
Fix double-free and undefined behaviour in libstd::syn::unix::Thread:…
…:new.
Vytautas Astrauskas committedMar 31, 2020 Configuration menu - View commit details
-
Copy full SHA for 64e5327 - Browse repository at this point
Copy the full SHA 64e5327View commit details -
Inline start_thread into its callers.
Vytautas Astrauskas committedMar 31, 2020 Configuration menu - View commit details
-
Copy full SHA for 753bc7d - Browse repository at this point
Copy the full SHA 753bc7dView commit details
Commits on Apr 1, 2020
-
Use Box::into_raw instead of ManuallyDrop in Thread::new.
Vytautas Astrauskas committedApr 1, 2020 Configuration menu - View commit details
-
Copy full SHA for 5382347 - Browse repository at this point
Copy the full SHA 5382347View commit details -
In Thread::new, add a comment that a panic could cause a memory leak.
Vytautas Astrauskas committedApr 1, 2020 Configuration menu - View commit details
-
Copy full SHA for baa6d55 - Browse repository at this point
Copy the full SHA baa6d55View commit details
Commits on Apr 2, 2020
-
Remove stack overflow handler stub for wasm.
Vytautas Astrauskas committedApr 2, 2020 Configuration menu - View commit details
-
Copy full SHA for ec8275c - Browse repository at this point
Copy the full SHA ec8275cView commit details -
Remove unnecessary intermediate pointer cast in Thread::new.
Vytautas Astrauskas committedApr 2, 2020 Configuration menu - View commit details
-
Copy full SHA for 1c1bd95 - Browse repository at this point
Copy the full SHA 1c1bd95View commit details -
Remove unnecessary stack overflow handler stub for sgx.
Vytautas Astrauskas committedApr 2, 2020 Configuration menu - View commit details
-
Copy full SHA for 53aa5a1 - Browse repository at this point
Copy the full SHA 53aa5a1View commit details
Commits on Apr 3, 2020
-
Delete unnecessary stub stack overflow handler for hermit.
Vytautas Astrauskas committedApr 3, 2020 Configuration menu - View commit details
-
Copy full SHA for d637d6e - Browse repository at this point
Copy the full SHA d637d6eView commit details -
Delete unnecessary stub stack overflow handler for cloudabi.
Vytautas Astrauskas committedApr 3, 2020 Configuration menu - View commit details
-
Copy full SHA for d512b22 - Browse repository at this point
Copy the full SHA d512b22View commit details