mirror of
https://github.com/AFLplusplus/AFLplusplus.git
synced 2025-06-17 04:18:06 +00:00
taint integration done
This commit is contained in:
@ -933,7 +933,7 @@ void afl_fsrv_write_to_testcase(afl_forkserver_t *fsrv, u8 *buf, size_t len) {
|
||||
|
||||
} else {
|
||||
|
||||
s32 fd = fsrv->out_fd;
|
||||
s32 fd;
|
||||
|
||||
if (fsrv->out_file) {
|
||||
|
||||
@ -952,6 +952,7 @@ void afl_fsrv_write_to_testcase(afl_forkserver_t *fsrv, u8 *buf, size_t len) {
|
||||
|
||||
} else {
|
||||
|
||||
fd = fsrv->out_fd;
|
||||
lseek(fd, 0, SEEK_SET);
|
||||
|
||||
}
|
||||
|
Reference in New Issue
Block a user