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.
2 parents 496c83e + 0835ac6 commit 158639cCopy full SHA for 158639c
README.md
@@ -385,6 +385,7 @@ Definite bugs found:
385
* [`servo_arc` creating a dangling shared reference](https://github.com/servo/servo/issues/26357)
386
* [TiKV constructing out-of-bounds pointers (and overlapping mutable references)](https://github.com/tikv/tikv/pull/7751)
387
* [`encoding_rs` doing out-of-bounds pointer arithmetic](https://github.com/hsivonen/encoding_rs/pull/53)
388
+* [TiKV using `Vec::from_raw_parts` incorrectly](https://github.com/tikv/agatedb/pull/24)
389
390
Violations of [Stacked Borrows] found that are likely bugs (but Stacked Borrows is currently just an experiment):
391
0 commit comments