From a20d1f1889dbefcfec00d7050eaed751bd6983b8 Mon Sep 17 00:00:00 2001 From: Ben Kimock Date: Tue, 22 Feb 2022 21:09:30 -0500 Subject: [PATCH] Add crossbeam-epoch and integer-encoding to the trophy case --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 3f300db83643..cc2965a716b7 100644 --- a/README.md +++ b/README.md @@ -454,6 +454,8 @@ Definite bugs found: * [TiKV using `Vec::from_raw_parts` incorrectly](https://github.com/tikv/agatedb/pull/24) * Incorrect doctests for [`AtomicPtr`](https://github.com/rust-lang/rust/pull/84052) and [`Box::from_raw_in`](https://github.com/rust-lang/rust/pull/84053) * [Insufficient alignment in `ThinVec`](https://github.com/Gankra/thin-vec/pull/27) +* [`crossbeam-epoch` calling `assume_init` on a partly-initialized `MaybeUninit`](https://github.com/crossbeam-rs/crossbeam/pull/779) +* [`integer-encoding` dereferencing a misaligned pointer](https://github.com/dermesser/integer-encoding-rs/pull/23) Violations of [Stacked Borrows] found that are likely bugs (but Stacked Borrows is currently just an experiment):