about summary refs log tree commit diff
path: root/test/unittests/unit_maybe_alloc.c
AgeCommit message (Collapse)Author
2020-08-18Reworked maybe_grow to take a single ptr, renamed to afl_realloc (#505)Dominik Maier
* maybe_grow takes a single ptr * fixed use_deflate * reworked maybe_grow_bufsize * helper to access underlying buf * remove redundant realloc_block * code format * fixes * added unit tests * renamed maybe_grow to afl_realloc * BUF_PARAMS -> AFL_BUF_PARAM
2020-08-07fixed wextraDominik Maier
2020-06-16unit tests: fix stupid compiler warning for gcc 4.8.4hexcoder-
2020-06-16fix unit tests when exit is called at the endhexcoder-
2020-05-05fix unit tests when printf is a macrohexcoder-
2020-04-16untitest declDominik Maier
2020-04-13cmplog forkserver tidyingDominik Maier
2020-04-09list testcase addedDominik Maier
2020-04-01fix cmocka fixuphexcoder-
2020-04-01cmocka mocksDominik Maier
2020-04-01mocking cmocka 1 for cmocka 0.xDominik Maier
2020-04-01old cmocka is oldDominik Maier
2020-04-01add assert_ptr_equal fallbackDominik Maier
2020-04-01minor changesDominik Maier
2020-04-01added unittest for unit_maybe_allocDominik Maier