Skip to content

Commit e843077

Browse files
committed
link to UB definition
1 parent 1062816 commit e843077

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
@@ -3,7 +3,8 @@
33

44
An experimental interpreter for [Rust][rust]'s
55
[mid-level intermediate representation][mir] (MIR). It can run binaries and
6-
test suites of cargo projects and detect certain classes of undefined behavior,
6+
test suites of cargo projects and detect certain classes of
7+
[undefined behavior](https://doc.rust-lang.org/reference/behavior-considered-undefined.html),
78
for example:
89

910
* Out-of-bounds memory accesses and use-after-free

0 commit comments

Comments
 (0)