Skip to content

Commit a4c852d

Browse files
committed
link to bug list from intro
1 parent a3eae6c commit a4c852d

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,8 @@ for example:
1515
or an invalid enum discriminant)
1616
* WIP: Violations of the rules governing aliasing for reference types
1717

18+
Miri has already discovered some [real-world bugs](#bugs-found-by-miri).
19+
1820
[rust]: https://www.rust-lang.org/
1921
[mir]: https://github.com/rust-lang/rfcs/blob/master/text/1211-mir.md
2022
[`unreachable_unchecked`]: https://doc.rust-lang.org/stable/std/hint/fn.unreachable_unchecked.html
@@ -256,7 +258,7 @@ used according to their aliasing restrictions.
256258

257259
Miri has already found a number of bugs in the Rust standard library, which we collect here.
258260

259-
* [`vec_deque::Iter` having an unsound `Debug` implementation](https://github.com/rust-lang/rust/issues/53566)
261+
* [`Debug for vec_deque::Iter` accessing uninitialized memory](https://github.com/rust-lang/rust/issues/53566)
260262
* [`From<&[T]> for Rc` creating a not sufficiently aligned reference](https://github.com/rust-lang/rust/issues/54908)
261263
* [`BTreeMap` creating a shared reference pointing to a too small allocation](https://github.com/rust-lang/rust/issues/54957)
262264
* [`VecDeque` creating overlapping mutable references](https://github.com/rust-lang/rust/pull/56161)

0 commit comments

Comments
 (0)