diff options
author | Jakob Kaivo <111302340+jkk00010@users.noreply.github.com> | 2022-09-22 13:27:13 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-09-22 13:27:13 -0400 |
commit | 1d29dc5da3f6707224dcde79dff5ed161b271187 (patch) | |
tree | b6d94ce5a4f6492aebb92dcc37707416bb449afe | |
parent | 610edd16728dc0deeb8cfcee58e81160115fcdc3 (diff) |
Update README.md
-rw-r--r-- | README.md | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -1,2 +1,4 @@ # undefined-samples Minimal C programs that exhibit undefined behavior + +This is a collection of minimal C programs that exhibit undefined behavior. They are useful for conducting experiments on compilers as well as static and dynamic analysis tools. |