]> git.lizzy.rs Git - rust.git/commitdiff
add encoding_rs OOB arithmetic
authorRalf Jung <post@ralfj.de>
Thu, 27 Aug 2020 06:37:11 +0000 (08:37 +0200)
committerRalf Jung <post@ralfj.de>
Thu, 27 Aug 2020 06:37:11 +0000 (08:37 +0200)
README.md

index f47ee09690404daaacd8385857c9149a53689664..d8474868703d6e32308cb54b3f2b49d790137f2a 100644 (file)
--- a/README.md
+++ b/README.md
@@ -320,6 +320,7 @@ Definite bugs found:
 * [TiKV performing an unaligned pointer access](https://github.com/tikv/tikv/issues/7613)
 * [`servo_arc` creating a dangling shared reference](https://github.com/servo/servo/issues/26357)
 * [TiKV constructing out-of-bounds pointers (and overlapping mutable references)](https://github.com/tikv/tikv/pull/7751)
+* [`encoding_rs` doing out-of-bounds pointer arithmetic](https://github.com/hsivonen/encoding_rs/pull/53)
 
 Violations of [Stacked Borrows] found that are likely bugs (but Stacked Borrows is currently just an experiment):