From 0bd83245edb4a420bdf89edea5f6e50f70c78475 Mon Sep 17 00:00:00 2001 From: Ben Kimock Date: Thu, 3 Mar 2022 13:10:05 -0500 Subject: [PATCH] rkyv deallocation alignment issue --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index cc2965a716b7..f073cde7764e 100644 --- a/README.md +++ b/README.md @@ -456,6 +456,7 @@ Definite bugs found: * [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) +* [`rkyv` constructing a `Box<[u8]>` from an overaligned allocation](https://github.com/rkyv/rkyv/commit/a9417193a34757e12e24263178be8b2eebb72456) Violations of [Stacked Borrows] found that are likely bugs (but Stacked Borrows is currently just an experiment):