Skip to content

Commit bc4528a

Browse files
authored
Merge pull request #4250 from asomers/patch-1
Add another Miri-detected bug to README.md
2 parents e9ec381 + 3fe6201 commit bc4528a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

+1
Original file line numberDiff line numberDiff line change
@@ -565,6 +565,7 @@ Definite bugs found:
565565
* [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))
566566
* [Weak-memory-induced memory leak in Windows thread-local storage](https://github.com/rust-lang/rust/pull/124281)
567567
* [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)
568+
* [Mockall reading unintialized memory when mocking `std::io::Read::read`, even if all expectations are satisfied](https://github.com/asomers/mockall/issues/647) (caught by Miri running Tokio's test suite)
568569

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

0 commit comments

Comments
 (0)