mirror of
https://github.com/reactos/syzkaller.git
synced 2024-11-28 05:40:26 +00:00
executor: remove unneeded NONFAILING
copyin is already NONFAILING.
This commit is contained in:
parent
26eab5e866
commit
9c21f3116f
@ -367,7 +367,7 @@ retry:
|
||||
}
|
||||
int16_t csum_value = csum_inet_digest(&csum);
|
||||
debug("writing inet checksum %hx to %llx\n", csum_value, csum_addr);
|
||||
NONFAILING(copyin(csum_addr, csum_value, 2, 0, 0));
|
||||
copyin(csum_addr, csum_value, 2, 0, 0);
|
||||
break;
|
||||
}
|
||||
default:
|
||||
|
Loading…
Reference in New Issue
Block a user