Home
last modified time | relevance | path

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

/external/ltp/testcases/misc/crash/
Dcrash01.c292 char *the_data; variable
312 the_data = bad_malloc((nbytes < 0) ? -nbytes : nbytes); in badboy_loop()
313 badboy = castaway(the_data); in badboy_loop()
444 free(the_data); in compute_block_badboy()
445 the_data = bad_malloc(n); in compute_block_badboy()
450 the_data[j] = 0xFF & (int)(256.0 * rand() / (RAND_MAX + 1.0)); in compute_block_badboy()
452 the_data[j] = (rand() >> 7) & 0xFF; in compute_block_badboy()
457 (&the_data[j])); in compute_block_badboy()
470 printf("%02x ", the_data[j]); in compute_block_badboy()
485 badboy = castaway(the_data); in compute_badboy()
[all …]
/external/autotest/client/tests/crashme/
Dcrashme_2.4-9.diff265 the_data,(nbytes < 0) ? - nbytes : nbytes);
326 {the_data = bad_malloc((nbytes < 0) ? -nbytes : nbytes);
327 badboy = castaway(the_data);