1737 Commits

Author SHA1 Message Date
Dominik Maier
376b45c199 code format 2020-04-01 13:10:06 +02:00
van Hauser
b247366c4e regec dict additions 2020-04-01 13:10:06 +02:00
Dominik Maier
7c383094d9 added unittest for unit_maybe_alloc 2020-04-01 13:10:06 +02:00
Dominik Maier
9721990507 code cleanup 2020-04-01 13:10:06 +02:00
Dominik Maier
452067ffca added read_timed 2020-04-01 13:10:06 +02:00
hexcoder-
3ce5efc44b llvm_mode/Makefile: replace lexical version comparison with a numerical one 2020-04-01 13:10:06 +02:00
hexcoder-
1e8c1a4c46 review adaptions for afl-llvm-pass 2020-04-01 13:10:06 +02:00
hexcoder-
b53ec1b247 afl-llvm-pass.so.cc: fix compile for llvm 3.8.0 @Marc: please review 2020-04-01 13:10:06 +02:00
hexcoder-
4ccfbe4e5a .gitignore: add afl-ld and ld 2020-04-01 13:10:06 +02:00
hexcoder-
7698c051aa qemu_mode: compiler warnings, strncpy() leave one byte for terminator 2020-04-01 13:10:06 +02:00
hexcoder-
1950f09bde qemu_mode: fix more compiler warnings 2020-04-01 13:10:06 +02:00
hexcoder-
e41b03eb30 qemu_mode: silence two compiler warnings 2020-04-01 13:10:06 +02:00
Dominik Maier
98545f30aa code format 2020-04-01 13:10:06 +02:00
Dominik Maier
81873d97f8 error handling for custom mutators 2020-04-01 13:10:06 +02:00
hexcoder-
cda56ca129 types.h: silence some compiler warnings regarding redeclaration of
likely/unlikely
2020-04-01 13:10:06 +02:00
Dominik Maier
ab5e0703da tiny changes in custom mut api 2020-04-01 13:10:06 +02:00
hexcoder-
f370ef38c4 alloc-inl.h/ck_maybe_grow(): restore original exponential allocs 2020-04-01 13:10:06 +02:00
hexcoder-
1119a2e185 alloc-inl.h/ck_maybe_grow() back to size_t, reimplement overflow check 2020-04-01 13:10:06 +02:00
hexcoder-
9d7ac3d99f alloc_inl.h/ck_maybe_grow(): fix compiler warning 2020-04-01 13:10:06 +02:00
hexcoder-
0732e66da9 gcc_plugin: fix compiler warnings regarding -O and FORTIFY_SOURCE 2020-04-01 13:10:06 +02:00
hexcoder-
e56e2f4c18 llvm_mode: fix compiler warnings FORTIFY_SOURCE needs -O 2020-04-01 13:10:06 +02:00
hexcoder-
23d9649aec making 'CFLAGS="-m32" make source-only tests' work 2020-04-01 13:10:06 +02:00
hexcoder-
738a245c3e fix warning in afl-fuzz-run, tested with '-m32' also 2020-04-01 13:10:06 +02:00
hexcoder-
78d73720a2 fix detection compiles (e.g. python) when using CFLAGS="-m32" 2020-04-01 13:10:05 +02:00
Dominik Maier
e59282fe20 if exponential growth is too much, don't doo it 2020-04-01 13:10:05 +02:00
Dominik Maier
9785b15ed2 more custom mutator remodelling 2020-04-01 13:10:05 +02:00
Dominik Maier
8c94a3d177 added nullptr fix by h1994st 2020-04-01 13:10:05 +02:00
Dominik Maier
5bd8aa489b fixed leak 2020-04-01 13:10:05 +02:00
Dominik Maier
e71c2937de code format 2020-04-01 13:10:05 +02:00
hexcoder-
3d6c58df53 part1 make it compilable for llvm 3.8.0 (ubuntu 16.04) 2020-04-01 13:10:05 +02:00
van Hauser
34c090a31d add CFI sanitizer 2020-04-01 13:10:05 +02:00
Dominik Maier
762421b355 less allocs 2020-04-01 13:10:05 +02:00
Dominik Maier
b7f3d180aa not allocating paths anymore 2020-04-01 13:10:05 +02:00
Dominik Maier
71f8cc9dd2 almost 2020-04-01 13:10:05 +02:00
Dominik Maier
3c7bc6fd42 Merge branch 'dev' of github.com:aflplusplus/aflplusplus into dev 2020-04-01 12:53:10 +02:00
Dominik Maier
af60844aea fix ASAN bulid for old gcc versions 2020-04-01 12:53:03 +02:00
van Hauser
c4c13dd235 fix ASAN check 2020-04-01 12:52:54 +02:00
Dominik Maier
ba4f0186dd fixed asan mem limit 2020-04-01 12:43:26 +02:00
van Hauser
a5c09e4c11 disable memory limits for ASAN build 2020-04-01 12:19:54 +02:00
hexcoder-
c7818714ac fix cmocka fixup 2020-04-01 09:42:40 +02:00
Dominik Maier
cec3d74497 cmocka mocks 2020-04-01 03:39:36 +02:00
Dominik Maier
10b226418c mocking cmocka 1 for cmocka 0.x 2020-04-01 03:20:22 +02:00
Dominik Maier
c843085a28 old cmocka is old 2020-04-01 02:59:19 +02:00
Dominik Maier
101c5a275f add assert_ptr_equal fallback 2020-04-01 02:28:54 +02:00
Dominik Maier
acf4b0981e typo fix 2020-04-01 02:09:33 +02:00
Dominik Maier
98c0908185 docs 2020-04-01 02:07:52 +02:00
Dominik Maier
ead3701f5b next_p2 replaced by next_pow2 2020-04-01 02:03:46 +02:00
Dominik Maier
0349b0a735 code format 2020-04-01 02:00:03 +02:00
Dominik Maier
11cad9fb20 one less alloc 2020-04-01 01:58:34 +02:00
Dominik Maier
7f44fec0a5 minor changes 2020-04-01 01:55:13 +02:00