diff options
author | Dominik Maier <domenukk@gmail.com> | 2020-04-13 08:54:59 +0200 |
---|---|---|
committer | Dominik Maier <domenukk@gmail.com> | 2020-04-13 08:54:59 +0200 |
commit | 995e556065375c34206f6f05c8572e0758c288ef (patch) | |
tree | 1e1748465fdf498a93b8e7b12a2d5e8e245fba7c /test | |
parent | a93268acec3e244413ec2a38bb0ff80cdf554369 (diff) | |
download | afl++-995e556065375c34206f6f05c8572e0758c288ef.tar.gz |
cmplog forkserver tidying
Diffstat (limited to 'test')
-rw-r--r-- | test/unittests/unit_maybe_alloc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/unittests/unit_maybe_alloc.c b/test/unittests/unit_maybe_alloc.c index a856fa08..d9c037a0 100644 --- a/test/unittests/unit_maybe_alloc.c +++ b/test/unittests/unit_maybe_alloc.c @@ -71,7 +71,7 @@ static void test_nonpow2_size(void **state) { } -static void test_zero_size() { +static void test_zero_size(void **state) { char *buf = NULL; size_t size = 0; |