Skip to content

Commit 842a8b6

Browse files
committed
Auto merge of #818 - RalfJung:readme, r=RalfJung
add another bug we found to the list
2 parents 93f5892 + e8e42ab commit 842a8b6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

+1
Original file line numberDiff line numberDiff line change
@@ -327,6 +327,7 @@ Miri has already found a number of bugs in the Rust standard library and beyond,
327327
Definite bugs found:
328328

329329
* [`Debug for vec_deque::Iter` accessing uninitialized memory](https://github.com/rust-lang/rust/issues/53566)
330+
* [`Vec::into_iter` doing an unaligned ZST read](https://github.com/rust-lang/rust/pull/53804)
330331
* [`From<&[T]> for Rc` creating a not sufficiently aligned reference](https://github.com/rust-lang/rust/issues/54908)
331332
* [`BTreeMap` creating a shared reference pointing to a too small allocation](https://github.com/rust-lang/rust/issues/54957)
332333
* [`Vec::append` creating a dangling reference](https://github.com/rust-lang/rust/pull/61082)

0 commit comments

Comments
 (0)