Skip to content

Commit 7e6c8d2

Browse files
authored
Merge pull request rust-lang#4042 from RalfJung/trophy
trophy case: add RwLock::downgrade bug
2 parents e694688 + 9e720ac commit 7e6c8d2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/tools/miri/README.md

+1
Original file line numberDiff line numberDiff line change
@@ -548,6 +548,7 @@ Definite bugs found:
548548
* [Incorrect offset computation for highly-aligned types in `portable-atomic-util`](https://github.com/taiki-e/portable-atomic/pull/138)
549549
* [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))
550550
* [Weak-memory-induced memory leak in Windows thread-local storage](https://github.com/rust-lang/rust/pull/124281)
551+
* [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)
551552

552553
Violations of [Stacked Borrows] found that are likely bugs (but Stacked Borrows is currently just an experiment):
553554

0 commit comments

Comments
 (0)