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 5f7bc97 commit c6f44c1Copy full SHA for c6f44c1
README.md
@@ -581,6 +581,7 @@ Definite bugs found:
581
* [`integer-encoding` dereferencing a misaligned pointer](https://github.com/dermesser/integer-encoding-rs/pull/23)
582
* [`rkyv` constructing a `Box<[u8]>` from an overaligned allocation](https://github.com/rkyv/rkyv/commit/a9417193a34757e12e24263178be8b2eebb72456)
583
* [Data race in `thread::scope`](https://github.com/rust-lang/rust/issues/98498)
584
+* [`regex` incorrectly handling unaligned `Vec<u8>` buffers](https://www.reddit.com/r/rust/comments/vq3mmu/comment/ienc7t0?context=3)
585
586
Violations of [Stacked Borrows] found that are likely bugs (but Stacked Borrows is currently just an experiment):
587
0 commit comments