Closed
Description
At the very end of
rust/src/libstd/sync/condvar.rs
Lines 89 to 110 in 6b561b4
std::mem::drop(started)
call. Leaving a condition variable's mutex held after we're no longer watching it will block and possibly deadlock notifier threads.