Skip to content

Commit 9f4d1a4

Browse files
committed
Auto merge of rust-lang#3233 - RalfJung:trophy, r=RalfJung
Add portable-atomic-util bug to "bugs found" list At least, reading https://notgull.net/cautionary-unsafe-tale/ it seems fair to say Miri found this bug. `@notgull` please let me know if you are okay with having this listed here.
2 parents 4e8ad10 + 006ea03 commit 9f4d1a4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/tools/miri/README.md

+1
Original file line numberDiff line numberDiff line change
@@ -590,6 +590,7 @@ Definite bugs found:
590590
* [Incorrect use of `compare_exchange_weak` in `once_cell`](https://github.com/matklad/once_cell/issues/186)
591591
* [Dropping with unaligned pointers in `vec::IntoIter`](https://github.com/rust-lang/rust/pull/106084)
592592
* [Deallocating with the wrong layout in new specializations for in-place `Iterator::collect`](https://github.com/rust-lang/rust/pull/118460)
593+
* [Incorrect offset computation for highly-aligned types in `portable-atomic-util`](https://github.com/taiki-e/portable-atomic/pull/138)
593594

594595
Violations of [Stacked Borrows] found that are likely bugs (but Stacked Borrows is currently just an experiment):
595596

0 commit comments

Comments
 (0)