58 Commits

Author SHA1 Message Date
van Hauser
49a769ac06 lto whitelist in test.sh 2020-06-23 21:23:10 +02:00
David Carlier
8f98044d69 Libdislocator Haiku build fix 2020-06-23 09:41:38 +00:00
van Hauser
048e429356 remove -Werror and add include for libdislocator 2020-06-21 16:33:55 +02:00
Dominik Maier
feffae60dd code format 2020-06-09 03:48:50 +02:00
David Carlier
b5c77cf4f6 libdislocator, adding subset of specific NetBSD api. 2020-06-05 15:32:27 +01:00
van Hauser
7b40d7b942 new code formatting + applied 2020-05-12 11:12:25 +02:00
van Hauser
07a0e2caf7 hopefully final fixes from code-format disaster :-( 2020-05-10 15:36:46 +02:00
van Hauser
30bfd44dfd indenting preprocessor directives breaks compilation and cant be fixed, reverting ... :-( 2020-05-10 12:09:37 +02:00
van Hauser
26f8708fed fix warning, code format 2020-05-10 11:35:31 +02:00
David Carlier
80916a3613 Android supports arc4 api. 2020-04-25 20:17:10 +01:00
van Hauser
0c3d06c41e refactored whitelist and blacklist in llvm_mode 2020-04-25 17:53:38 +02:00
van Hauser
cefefba244
Merge branch 'master' into dev 2020-04-25 13:05:25 +02:00
van Hauser
cce8c4dbae fixed map location support for LTO 2020-04-23 08:56:06 +02:00
David CARLIER
ce9c6df456 libdislocator android build fix. (#327)
Fix function signature for bionic libc
2020-04-21 13:14:34 +02:00
David Mendenhall
0aef3b4040 add NULL check to malloc_usable_size 2020-04-21 13:14:34 +02:00
David Mendenhall
ee238eb00d Move comment about adding 8 bytes to buffer length to the line where we
actually add 8 bytes
Remove defunct TODO for posix_memalign as the function now exists
Add wrapper for malloc_usable_size
2020-04-21 13:14:34 +02:00
David CARLIER
f6c9acd518
libdislocator android build fix. (#327)
Fix function signature for bionic libc
2020-04-21 10:17:11 +02:00
David Mendenhall
441b64b467 add NULL check to malloc_usable_size 2020-04-20 15:00:48 -07:00
David Mendenhall
e6fccdd9c1 Move comment about adding 8 bytes to buffer length to the line where we
actually add 8 bytes
Remove defunct TODO for posix_memalign as the function now exists
Add wrapper for malloc_usable_size
2020-04-20 14:24:47 -07:00
van Hauser
684f4dd1c4 honor afl_quiet on env var checks + code-format 2020-03-11 11:42:57 +01:00
Dominik Maier
cc1d6b33b1 unified pointer placement 2020-03-10 22:04:05 +01:00
van Hauser
e2ef242898 fuzzer_stat eps is now overall not current, clang-format fixed to v8 2020-02-09 09:43:33 +01:00
David Carlier
4dbb47feb1 libdislocator FreeBSD build fix. max_align_t had been define from the 12th release. 2020-02-08 16:05:35 +00:00
hexcoder-
b6209b3732 build fixes for FreeBSD 11 2020-02-08 17:23:45 +01:00
van Hauser
1edc392194 afl-showmap fix 2020-02-05 17:33:02 +01:00
Andrea Fioraldi
d2c4e60115 align to max_align_t 2020-02-01 20:11:32 +01:00
Andrea Fioraldi
4384008f81 AFL_ALIGNED_ALLOC in libdislocator 2020-02-01 19:12:26 +01:00
van Hauser
0d5a8f69e9 fixed Heiko's global search-replace :) 2020-01-20 19:21:44 +01:00
David Carlier
858b5da24e libdislocator: reallocarray API introduction 2020-01-18 14:47:22 +00:00
Andrea Fioraldi
b2bee5c32a moar moar copyrights 2020-01-06 16:17:23 +01:00
Andrea Fioraldi
2692ef788b moar copyright notes 2020-01-06 16:06:35 +01:00
Andrea Fioraldi
67cbeeb395 added ++ to copyright notes 2020-01-06 11:46:14 +01:00
van Hauser
939721e2cb v2.59c release 2019-12-18 11:14:12 +01:00
Andrea Fioraldi
17d364c8a0 fix alloc_canary should not be on TLS. thread #0 malloc=a -> thread #1 free(a) results in a wringly detected canary mistmatch 2019-12-16 10:42:34 +01:00
Andrea Fioraldi
d40b670388 solve #134 2019-12-12 22:18:52 +01:00
David Carlier
948a83ef9f libdislocator, typo fix. 2019-12-03 09:01:23 +00:00
Andrea Fioraldi
124ec8d297 code format (contributors, do it!) 2019-12-02 14:34:21 +01:00
Andrea Fioraldi
ba1b04be1e fix of fix of fix in libdislocator 2019-12-02 13:34:32 +01:00
David Carlier
2e07261f57 fix old linux kernel/Andrea approach 2019-12-02 07:29:35 +00:00
David Carlier
8e85b9cbf3 getrandom available only from GLIBC 2.25 2019-12-01 06:16:24 +00:00
David Carlier
93a9e2daf3 libdislocator updates improvements proposal.
- optional tls alloc_canary value.
- slight change of memory limit value checking.
2019-11-28 08:33:36 +00:00
David Carlier
3ce808688f Little additions from feedback 2019-11-07 04:58:18 +00:00
David Carlier
cc301c18d5 libdislocator, optional huge pages support. 2019-11-06 22:33:39 +00:00
David Carlier
b33bb0943a libtokencap/libdislocator README rename proposals
and fixing the install tasks in the process.
2019-10-31 15:50:58 +00:00
van Hauser
ccbb0d37b3 removed warning 2019-10-29 10:44:57 +01:00
David Carlier
87b599f4a8 adding aligned_alloc + little changes proposal for posix_memalign 2019-10-29 08:09:43 +00:00
van Hauser
6238df88a2 fixed warning and return 2019-10-28 22:36:29 +01:00
hexcoder-
8035968516 silence some compiler warnings 2019-10-28 16:32:26 +01:00
David Carlier
fbb131da73 memalign/posix_memalign proposal for libdislocator 2019-10-28 14:44:28 +00:00
hexcoder-
10af76a50c added a TODO item for posix_memalign wrapper 2019-10-27 08:12:01 +01:00