Searched refs:aux2 (Results 1 – 1 of 1) sorted by relevance
471 struct test_aux aux2 = *aux; in test_corrupt_type() local481 aux2.data = malloc(aux->data_alloced); in test_corrupt_type()482 if (!aux2.data) in test_corrupt_type()487 memcpy(aux2.data, aux->data, aux->data_len); in test_corrupt_type()491 aux2.data[offs + n]++; in test_corrupt_type()494 aux2.data[offs + n]++; in test_corrupt_type()502 &aux2, &ht); in test_corrupt_type()548 free(aux2.data); in test_corrupt_type()
Completed in 3 milliseconds