Home
last modified time | relevance | path

Searched refs:the_data (Results 1 – 1 of 1) sorted by relevance

/third_party/ltp/testcases/misc/crash/
Dcrash01.c293 char *the_data; variable
313 the_data = bad_malloc((nbytes < 0) ? -nbytes : nbytes); in badboy_loop()
314 badboy = castaway(the_data); in badboy_loop()
445 free(the_data); in compute_block_badboy()
446 the_data = bad_malloc(n); in compute_block_badboy()
451 the_data[j] = 0xFF & (int)(256.0 * rand() / (RAND_MAX + 1.0)); in compute_block_badboy()
453 the_data[j] = (rand() >> 7) & 0xFF; in compute_block_badboy()
458 (&the_data[j])); in compute_block_badboy()
471 printf("%02x ", the_data[j]); in compute_block_badboy()
486 badboy = castaway(the_data); in compute_badboy()
[all …]