Skip to content

Commit 40bb3c1

Browse files
committed
Auto merge of #3332 - RalfJung:trophy, r=RalfJung
add mpsc memory leak to trophy case
2 parents 6e4f562 + 140bb4f commit 40bb3c1

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
@@ -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)