Skip to content

Commit c3f6f47

Browse files
committed
we also do not check floats for being init'd
1 parent 0ff05c4 commit c3f6f47

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,8 @@ program, and cannot run all programs:
2929
positives here, so if you program runs fine in Miri right now that is by no
3030
means a guarantee that it is UB-free when these questions get answered.
3131

32-
In particular, Miri does currently not check that integers are initialized
33-
or that references point to valid data.
32+
In particular, Miri does currently not check that integers/floats are
33+
initialized or that references point to valid data.
3434
* If the program relies on unspecified details of how data is laid out, it will
3535
still run fine in Miri -- but might break (including causing UB) on different
3636
compiler versions or different platforms.

0 commit comments

Comments
 (0)