mirror of
https://github.com/AFLplusplus/AFLplusplus.git
synced 2025-06-19 04:58:08 +00:00
list testcase added
This commit is contained in:
@ -75,7 +75,7 @@ static void test_zero_size() {
|
||||
|
||||
char *buf = NULL;
|
||||
size_t size = 0;
|
||||
//assert_non_null(maybe_grow(BUF_PARAMS, 0));
|
||||
assert_non_null(maybe_grow(BUF_PARAMS, 0));
|
||||
free(buf);
|
||||
buf = NULL;
|
||||
size = 0;
|
||||
@ -87,6 +87,8 @@ static void test_zero_size() {
|
||||
|
||||
expect_assert_failure(ck_maybe_grow(BUF_PARAMS, 0));
|
||||
|
||||
ck_free(ptr);
|
||||
|
||||
}
|
||||
|
||||
static void test_unchanged_size(void **state) {
|
||||
|
Reference in New Issue
Block a user