]> git.lizzy.rs Git - rust.git/commitdiff
add another bug we found to the list
authorRalf Jung <post@ralfj.de>
Tue, 2 Jul 2019 07:51:16 +0000 (09:51 +0200)
committerRalf Jung <post@ralfj.de>
Tue, 2 Jul 2019 07:51:16 +0000 (09:51 +0200)
README.md

index be104ed0b2ba3b6335965b149be67d075a139893..8c0c87ab9ebb17b31ef80a69a5b39e3b88c239ba 100644 (file)
--- a/README.md
+++ b/README.md
@@ -327,6 +327,7 @@ Miri has already found a number of bugs in the Rust standard library and beyond,
 Definite bugs found:
 
 * [`Debug for vec_deque::Iter` accessing uninitialized memory](https://github.com/rust-lang/rust/issues/53566)
+* [`Vec::into_iter` doing an unaligned ZST read](https://github.com/rust-lang/rust/pull/53804)
 * [`From<&[T]> for Rc` creating a not sufficiently aligned reference](https://github.com/rust-lang/rust/issues/54908)
 * [`BTreeMap` creating a shared reference pointing to a too small allocation](https://github.com/rust-lang/rust/issues/54957)
 * [`Vec::append` creating a dangling reference](https://github.com/rust-lang/rust/pull/61082)