Merge pull request #4042 from RalfJung/trophy

trophy case: add RwLock::downgrade bug
This commit is contained in:
Ralf Jung 2024-11-20 21:56:57 +00:00 committed by GitHub
commit 7e6c8d21c6
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -548,6 +548,7 @@ Definite bugs found:
* [Incorrect offset computation for highly-aligned types in `portable-atomic-util`](https://github.com/taiki-e/portable-atomic/pull/138)
* [Occasional memory leak in `std::mpsc` channels](https://github.com/rust-lang/rust/issues/121582) (original code in [crossbeam](https://github.com/crossbeam-rs/crossbeam/pull/1084))
* [Weak-memory-induced memory leak in Windows thread-local storage](https://github.com/rust-lang/rust/pull/124281)
* [A bug in the new `RwLock::downgrade` implementation](https://rust-lang.zulipchat.com/#narrow/channel/269128-miri/topic/Miri.20error.20library.20test) (caught by Miri before it landed in the Rust repo)
Violations of [Stacked Borrows] found that are likely bugs (but Stacked Borrows is currently just an experiment):