Uh oh!
There was an error while loading. Please reload this page.
Leak pthread_{mutex,rwlock}_t if it's dropped while locked. - #98194
Conversation
rust-highfive
commented
Jun 17, 2022
Hey! It looks like you've submitted a new PR for the library teams! If this PR contains changes to any Examples of
|
rust-highfive
commented
Jun 17, 2022
r? @kennytm (rust-highfive has picked a reviewer for you, use r? to override) |
m-ou-se
commented
Jun 18, 2022
r? @Amanieu |
Amanieu
commented
Jun 19, 2022
Does this issue also apply to |
m-ou-se
commented
Jun 19, 2022
Yes. Updating the PR. :) |
Amanieu
commented
Jun 19, 2022
@bors r+ |
bors
commented
Jun 19, 2022
📌 Commit b4fe8f3 has been approved by |
…r=Amanieu Leak pthreax_mutex_t when it's dropped while locked. Fixesrust-lang#85434.
JohnTitor
commented
Jun 19, 2022
Failed in rollup: #98263 (comment) Missing import on macOS. |
b4fe8f3 to
e642c59Comparem-ou-se
commented
Jun 20, 2022
@bors r=Amanieu |
bors
commented
Jun 20, 2022
📌 Commit e642c59 has been approved by |
…r=Amanieu
Leak pthread_{mutex,rwlock}_t if it's dropped while locked.
Fixesrust-lang#85434.…askrgr Rollup of 9 pull requests Successful merges: - rust-lang#96412 (Windows: Iterative `remove_dir_all`) - rust-lang#98126 (Mitigate MMIO stale data vulnerability) - rust-lang#98149 (Set relocation_model to Pic on emscripten target) - rust-lang#98194 (Leak pthread_{mutex,rwlock}_t if it's dropped while locked.) - rust-lang#98298 (Point to type parameter definition when not finding variant, method and associated item) - rust-lang#98311 (Reverse folder hierarchy) - rust-lang#98401 (Add tracking issues to `--extern` option docs.) - rust-lang#98429 (Use correct substs in enum discriminant cast) - rust-lang#98431 (Suggest defining variable as mutable on `&mut _` type mismatch in pats) Failed merges: r? `@ghost` `@rustbot` modify labels: rollup
Fixes#85434.