aboutsummaryrefslogtreecommitdiff
path: root/include/alloc-inl.h
AgeCommit message (Expand)Author
2024-04-19nitsvanhauser-thc
2024-02-032024 v4.10c releasevanhauser-thc
2023-06-22remove dead code, code formatvanhauser-thc
2023-05-01fix reallocsvanhauser-thc
2023-04-27afl++ -> AFL++vanhauser-thc
2023-01-03welcome 2023vanhauser-thc
2022-01-01welcome 2022vanhauser-thc
2021-11-06http->httpsvanhauser-thc
2020-12-23warn on _AFL and __AFL env varsvan Hauser
2020-12-22portability: avoid void * arithmetic (UB), avoid GNU extension for array init...hexcoder-
2020-12-11fixed gcc analyzer warningsDominik Maier
2020-11-18fixed alloc errors, code formatDominik Maier
2020-11-17fix two exotic mem leaks detected by cppcheckhexcoder-
2020-11-01added mutation introspection make targetvan Hauser
2020-09-10add libfuzzer custom mutator, minor enhancements and fixesvan Hauser
2020-08-18Reworked maybe_grow to take a single ptr, renamed to afl_realloc (#505)Dominik Maier
2020-08-14fix llvm12 -fuseld warningvan Hauser
2020-08-14no longer using alloc for autodictDominik Maier
2020-06-29fix autodictvan Hauser
2020-06-28less problematic definitionsvan Hauser
2020-05-12new code formatting + appliedvan Hauser
2020-05-11bigger initial map when LTOvan Hauser
2020-05-10final code-format fixes, remove test-multiple-mutators when donevan Hauser
2020-05-10hopefully final fixes from code-format disaster :-(van Hauser
2020-05-10indenting preprocessor directives breaks compilation and cant be fixed, rever...van Hauser
2020-05-10fix warning, code formatvan Hauser
2020-04-19clang-tidy readability-braces (#323)Dominik Maier
2020-04-10void * types in allocsDominik Maier
2020-04-01code formatDominik Maier
2020-04-01added unittest for unit_maybe_allocDominik Maier
2020-04-01code formatDominik Maier
2020-04-01error handling for custom mutatorsDominik Maier
2020-04-01alloc-inl.h/ck_maybe_grow(): restore original exponential allocshexcoder-
2020-04-01alloc-inl.h/ck_maybe_grow() back to size_t, reimplement overflow checkhexcoder-
2020-04-01alloc_inl.h/ck_maybe_grow(): fix compiler warninghexcoder-
2020-04-01if exponential growth is too much, don't doo itDominik Maier
2020-04-01fixed leakDominik Maier
2020-04-01code formatDominik Maier
2020-04-01almostDominik Maier
2020-03-10unified pointer placementDominik Maier
2020-03-09copyleft noteAndrea Fioraldi
2020-03-07custom havoc mutationAndrea Fioraldi
2020-02-28better alloc-inl.hvan Hauser
2020-02-28code-formatvan Hauser
2020-02-27cpyrightAndrea Fioraldi
2020-02-27restore alloc-inl from AFLAndrea Fioraldi
2020-02-19forgot cleanupvan Hauser
2020-02-18remove heap checks in alloc-inl.hAndrea Fioraldi
2020-02-17code formatvan Hauser
2020-02-17unsafe memory speed togglevan Hauser