mirror of
https://github.com/reactos/syzkaller.git
synced 2025-02-07 12:26:40 +00:00
tools/kcovtrace: Fix the format of kcovtrace.c
This commit is contained in:
parent
28a6eb7203
commit
ea2f400664
@ -53,7 +53,7 @@ int main(int argc, char** argv, char** envp)
|
||||
#endif
|
||||
perror("ioctl"), exit(1);
|
||||
cover = (cover_t*)mmap(NULL, COVER_SIZE * KCOV_ENTRY_SIZE,
|
||||
PROT_READ | PROT_WRITE, MAP_SHARED, fd, 0);
|
||||
PROT_READ | PROT_WRITE, MAP_SHARED, fd, 0);
|
||||
if ((void*)cover == MAP_FAILED)
|
||||
perror("mmap"), exit(1);
|
||||
pid = fork();
|
||||
|
Loading…
x
Reference in New Issue
Block a user