Skip to content

Commit 0bd8324

Browse files
committed
rkyv deallocation alignment issue
1 parent 2b23786 commit 0bd8324

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -456,6 +456,7 @@ Definite bugs found:
456456
* [Insufficient alignment in `ThinVec`](https://github.com/Gankra/thin-vec/pull/27)
457457
* [`crossbeam-epoch` calling `assume_init` on a partly-initialized `MaybeUninit`](https://github.com/crossbeam-rs/crossbeam/pull/779)
458458
* [`integer-encoding` dereferencing a misaligned pointer](https://github.com/dermesser/integer-encoding-rs/pull/23)
459+
* [`rkyv` constructing a `Box<[u8]>` from an overaligned allocation](https://github.com/rkyv/rkyv/commit/a9417193a34757e12e24263178be8b2eebb72456)
459460

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

0 commit comments

Comments
 (0)