Skip to content

Commit bc76256

Browse files
committed
Auto merge of rust-lang#3332 - RalfJung:trophy, r=RalfJung
add mpsc memory leak to trophy case
2 parents c162ea8 + c764aba commit bc76256

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/tools/miri/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -588,6 +588,7 @@ Definite bugs found:
588588
* [Dropping with unaligned pointers in `vec::IntoIter`](https://github.com/rust-lang/rust/pull/106084)
589589
* [Deallocating with the wrong layout in new specializations for in-place `Iterator::collect`](https://github.com/rust-lang/rust/pull/118460)
590590
* [Incorrect offset computation for highly-aligned types in `portable-atomic-util`](https://github.com/taiki-e/portable-atomic/pull/138)
591+
* [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))
591592

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

0 commit comments

Comments
 (0)