Skip to content
This repository was archived by the owner on May 28, 2025. It is now read-only.

Commit 3b73eb4

Browse files
committed
explain what we mean by 'unsound'
1 parent b96610b commit 3b73eb4

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -236,7 +236,8 @@ up the sysroot. If you are using `miri` (the Miri driver) directly, see the
236236
[miri-flags]: #miri--z-flags-and-environment-variables
237237

238238
Miri adds its own set of `-Z` flags, which are usually set via the `MIRIFLAGS`
239-
environment variable:
239+
environment variable. Some of these are **unsound**, which means they can lead
240+
to Miri failing to detect cases of undefined behavior in a program.
240241

241242
* `-Zmiri-check-number-validity` enables checking of integer and float validity
242243
(e.g., they must be initialized and not carry pointer provenance) as part of

0 commit comments

Comments
 (0)