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 cc21740 commit 0835ac6Copy full SHA for 0835ac6
README.md
@@ -372,6 +372,7 @@ Definite bugs found:
372
* [`servo_arc` creating a dangling shared reference](https://github.com/servo/servo/issues/26357)
373
* [TiKV constructing out-of-bounds pointers (and overlapping mutable references)](https://github.com/tikv/tikv/pull/7751)
374
* [`encoding_rs` doing out-of-bounds pointer arithmetic](https://github.com/hsivonen/encoding_rs/pull/53)
375
+* [TiKV using `Vec::from_raw_parts` incorrectly](https://github.com/tikv/agatedb/pull/24)
376
377
Violations of [Stacked Borrows] found that are likely bugs (but Stacked Borrows is currently just an experiment):
378
0 commit comments