We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2b23786 commit 0bd8324Copy full SHA for 0bd8324
README.md
@@ -456,6 +456,7 @@ Definite bugs found:
456
* [Insufficient alignment in `ThinVec`](https://github.com/Gankra/thin-vec/pull/27)
457
* [`crossbeam-epoch` calling `assume_init` on a partly-initialized `MaybeUninit`](https://github.com/crossbeam-rs/crossbeam/pull/779)
458
* [`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)
460
461
Violations of [Stacked Borrows] found that are likely bugs (but Stacked Borrows is currently just an experiment):
462
0 commit comments