From 4608341ca071634b9aae2ea967f25b5cfe970e7e Mon Sep 17 00:00:00 2001 From: Ralf Jung Date: Thu, 27 Aug 2020 08:37:11 +0200 Subject: [PATCH] add encoding_rs OOB arithmetic --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index f47ee096904..d8474868703 100644 --- 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): -- 2.44.0