Initial commit
Showing
+472 -0
.clang-format
0 → 100644
.githooks/pre-commit
0 → 100755
.gitignore
0 → 100644
.gitlab-ci.yml
0 → 100644
Makefile
0 → 100644
myasan.c
0 → 100644
tests/hello_access_footer.c
0 → 100644
tests/hello_access_header1.c
0 → 100644
tests/hello_access_header2.c
0 → 100644
tests/hello_access_null.c
0 → 100644
tests/hello_double_free.c
0 → 100644
tests/hello_free_null.c
0 → 100644
tests/hello_invalid_free1.c
0 → 100644
tests/hello_invalid_free2.c
0 → 100644
tests/hello_invalid_free3.c
0 → 100644
tests/hello_invalid_free4.c
0 → 100644
tests/hello_invalid_free5.c
0 → 100644
Please register or sign in to comment