12 Commits

Author SHA1 Message Date
vanhauser-thc
ed1a6f8a57 2024 v4.10c release 2024-02-03 11:01:31 +01:00
vanhauser-thc
f3d2127fd8 clang-format 16->17 2023-11-06 10:13:59 +01:00
vanhauser-thc
35f09e11a4 welcome 2023 2023-01-03 09:38:07 +01:00
Andrea Fioraldi
db4fa9319d Fix #1548 2022-10-10 14:37:16 +02:00
vanhauser-thc
b847e0f414 clang format 14 2022-07-12 09:04:54 +02:00
0xsanz
d51ec57d91 more welcome 2022 2022-01-15 15:19:29 -05:00
b1gr3db
a6adb6be2c
Fixed spelling of quarantine 2021-08-13 13:53:22 -04:00
realmadsci
96574854b3 libqasan/malloc: Additional pointer checks
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-03-15 12:07:22 -07:00
Dominik Maier
0298ae82b0 code-format 2021-02-15 13:52:03 +01:00
Andrea Fioraldi
267b085f80 dlmalloc only for non glibc qasan and AFL_QEMU_FORCE_DFL 2021-02-10 15:15:16 +01:00
van Hauser
cd95ee67bc code format qasan 2021-02-01 23:00:45 +01:00
Andrea Fioraldi
d21ca3e480 libqasan and use target cross compiler to compile target qemu libs 2021-01-29 15:14:20 +01:00