Skip to content

Commit 662388e

Browse files
committed
Auto merge of rust-lang#2943 - cbeuw:patch-1, r=oli-obk
Add missed trophy vorner/arc-swap#76 appears to have been missed
2 parents b567773 + c91fb78 commit 662388e

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
@@ -575,6 +575,7 @@ Definite bugs found:
575575
* [`crossbeam-epoch` calling `assume_init` on a partly-initialized `MaybeUninit`](https://github.com/crossbeam-rs/crossbeam/pull/779)
576576
* [`integer-encoding` dereferencing a misaligned pointer](https://github.com/dermesser/integer-encoding-rs/pull/23)
577577
* [`rkyv` constructing a `Box<[u8]>` from an overaligned allocation](https://github.com/rkyv/rkyv/commit/a9417193a34757e12e24263178be8b2eebb72456)
578+
* [Data race in `arc-swap`](https://github.com/vorner/arc-swap/issues/76)
578579
* [Data race in `thread::scope`](https://github.com/rust-lang/rust/issues/98498)
579580
* [`regex` incorrectly handling unaligned `Vec<u8>` buffers](https://www.reddit.com/r/rust/comments/vq3mmu/comment/ienc7t0?context=3)
580581
* [Incorrect use of `compare_exchange_weak` in `once_cell`](https://github.com/matklad/once_cell/issues/186)

0 commit comments

Comments
 (0)