about summary refs log tree commit diff
path: root/qemu_mode/libqasan/malloc.c
AgeCommit message (Collapse)Author
2023-01-03welcome 2023vanhauser-thc
2022-10-10Fix #1548Andrea Fioraldi
2022-07-12clang format 14vanhauser-thc
2022-01-15more welcome 20220xsanz
2021-08-13Fixed spelling of quarantineb1gr3db
2021-03-15libqasan/malloc: Additional pointer checksrealmadsci
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-15code-formatDominik Maier
2021-02-10dlmalloc only for non glibc qasan and AFL_QEMU_FORCE_DFLAndrea Fioraldi
2021-02-01code format qasanvan Hauser
2021-01-29libqasan and use target cross compiler to compile target qemu libsAndrea Fioraldi