code format

This commit is contained in:
Dominik Maier
2020-06-09 03:48:50 +02:00
parent 8e3f6fe2dc
commit feffae60dd
5 changed files with 11 additions and 4 deletions

View File

@ -835,7 +835,8 @@ void afl_fsrv_write_to_testcase(afl_forkserver_t *fsrv, u8 *buf, size_t len) {
*fsrv->shmem_fuzz_len = len;
memcpy(fsrv->shmem_fuzz, buf, len);
//printf("test case len: %u [0]:0x%02x\n", *fsrv->shmem_fuzz_len, buf[0]); fflush(stdout);
// printf("test case len: %u [0]:0x%02x\n", *fsrv->shmem_fuzz_len, buf[0]);
// fflush(stdout);
} else {