Searched refs:rawimage (Results 1 – 1 of 1) sorted by relevance
73 char *rawimage = NULL, *image = NULL, *tmp = NULL; in test_fuzz() local98 rawimage = malloc(buffsize); in test_fuzz()99 size = archive_read_data(a, rawimage, buffsize); in test_fuzz()113 free(rawimage); in test_fuzz()114 rawimage = NULL; in test_fuzz()123 newraw = realloc(rawimage, oldsize + size); in test_fuzz()130 rawimage = newraw; in test_fuzz()131 memcpy(rawimage + oldsize, tmp, size); in test_fuzz()138 free(rawimage); in test_fuzz()139 rawimage = NULL; in test_fuzz()[all …]