Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-01-03 | welcome 2023 | vanhauser-thc | |
2022-10-10 | Fix #1548 | Andrea Fioraldi | |
2022-07-12 | clang format 14 | vanhauser-thc | |
2022-01-15 | more welcome 2022 | 0xsanz | |
2021-08-13 | Fixed spelling of quarantine | b1gr3db | |
2021-03-15 | libqasan/malloc: Additional pointer checks | realmadsci | |
Add checks to free() and malloc_usable_size() to verify (sort of) that the pointers are actually pointing at valid allocated memory before dereferencing them and using the chunk_begin struct info. This will catch use-after-free and wildly bad pointers a little bit earlier. | |||
2021-02-15 | code-format | Dominik Maier | |
2021-02-10 | dlmalloc only for non glibc qasan and AFL_QEMU_FORCE_DFL | Andrea Fioraldi | |
2021-02-01 | code format qasan | van Hauser | |
2021-01-29 | libqasan and use target cross compiler to compile target qemu libs | Andrea Fioraldi | |