Skip to content

Commit 97ae5b6

Browse files
committed
Auto merge of #1368 - Robbepop:add-new-trophy-for-inks-lazyarray, r=RalfJung
Add miri trophy for LazyArray::swap (ink! PR) Details to the found in #1364. Note that this was not a found in a `master` or production release of ink!, however without analysing the code via `miri` this could have potentially happened.
2 parents 01db8b4 + 3f43305 commit 97ae5b6

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
@@ -281,6 +281,7 @@ Violations of [Stacked Borrows] found that are likely bugs (but Stacked Borrows
281281
* [Aliasing mutable references in `sized-chunks`](https://github.com/bodil/sized-chunks/issues/8)
282282
* [`String::push_str` invalidating existing references into the string](https://github.com/rust-lang/rust/issues/70301)
283283
* [`ryu` using raw pointers outside their valid memory area](https://github.com/dtolnay/ryu/issues/24)
284+
* [ink! creating overlapping mutable references](https://github.com/rust-lang/miri/issues/1364)
284285

285286
## License
286287

0 commit comments

Comments
 (0)