about summary refs log tree commit diff
path: root/libdislocator
AgeCommit message (Collapse)Author
2020-06-23lto whitelist in test.shvan Hauser
2020-06-23Libdislocator Haiku build fixDavid Carlier
2020-06-21remove -Werror and add include for libdislocatorvan Hauser
2020-06-09code formatDominik Maier
2020-06-05libdislocator, adding subset of specific NetBSD api.David Carlier
2020-05-12new code formatting + appliedvan Hauser
2020-05-10hopefully final fixes from code-format disaster :-(van Hauser
2020-05-10indenting preprocessor directives breaks compilation and cant be fixed, ↵van Hauser
reverting ... :-(
2020-05-10fix warning, code formatvan Hauser
2020-04-26Merge pull request #337 from devnexen/android_support_arc4_apivan Hauser
Android supports arc4 api.
2020-04-25fix issue #333hexcoder
2020-04-25Android supports arc4 api.David Carlier
2020-04-25refactored whitelist and blacklist in llvm_modevan Hauser
2020-04-25Merge branch 'master' into devvan Hauser
2020-04-23fixed map location support for LTOvan Hauser
2020-04-21libdislocator android build fix. (#327)David CARLIER
Fix function signature for bionic libc
2020-04-21add NULL check to malloc_usable_sizeDavid Mendenhall
2020-04-21Move comment about adding 8 bytes to buffer length to the line where weDavid Mendenhall
actually add 8 bytes Remove defunct TODO for posix_memalign as the function now exists Add wrapper for malloc_usable_size
2020-04-21libdislocator android build fix. (#327)David CARLIER
Fix function signature for bionic libc
2020-04-20add NULL check to malloc_usable_sizeDavid Mendenhall
2020-04-20Move comment about adding 8 bytes to buffer length to the line where weDavid Mendenhall
actually add 8 bytes Remove defunct TODO for posix_memalign as the function now exists Add wrapper for malloc_usable_size
2020-04-09Makefile cleanuphexcoder-
2020-04-09libdislocator: make Makefile portablehexcoder-
2020-04-09rename all 'Makefile' to 'GNUmakefile', use -Werror for -flto checkshexcoder-
2020-04-01making 'CFLAGS="-m32" make source-only tests' workhexcoder-
2020-03-11honor afl_quiet on env var checks + code-formatvan Hauser
2020-03-10unified pointer placementDominik Maier
2020-02-25fix references to README docshexcoder-
2020-02-09fuzzer_stat eps is now overall not current, clang-format fixed to v8van Hauser
2020-02-08libdislocator FreeBSD build fix. max_align_t had been define from the 12th ↵David Carlier
release.
2020-02-08build fixes for FreeBSD 11hexcoder-
2020-02-05afl-showmap fixvan Hauser
2020-02-01aligned libdislocator in readmeAndrea Fioraldi
2020-02-01align to max_align_tAndrea Fioraldi
2020-02-01dislocator readmeAndrea Fioraldi
2020-02-01AFL_ALIGNED_ALLOC in libdislocatorAndrea Fioraldi
2020-01-20fixed Heiko's global search-replace :)van Hauser
2020-01-18libdislocator: reallocarray API introductionDavid Carlier
2020-01-06moar moar copyrightsAndrea Fioraldi
2020-01-06moar copyright notesAndrea Fioraldi
2020-01-06Merge branch 'master' of github.com:vanhauser-thc/AFLplusplusAndrea Fioraldi
2020-01-06added ++ to copyright notesAndrea Fioraldi
2020-01-02compile fixesvan Hauser
2019-12-24be sure to have directories for install targetsvan Hauser
2019-12-18v2.59c release 2.59cvan Hauser
2019-12-16fix alloc_canary should not be on TLS. thread #0 malloc=a -> thread #1 ↵Andrea Fioraldi
free(a) results in a wringly detected canary mistmatch
2019-12-12solve #134Andrea Fioraldi
2019-12-10avoid rebuilding libdislocator on every makehexcoder-
2019-12-03libdislocator, typo fix.David Carlier
2019-12-02code format (contributors, do it!)Andrea Fioraldi