mirror of
https://github.com/reactos/syzkaller.git
synced 2025-02-12 06:50:31 +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
|
#endif
|
||||||
perror("ioctl"), exit(1);
|
perror("ioctl"), exit(1);
|
||||||
cover = (cover_t*)mmap(NULL, COVER_SIZE * KCOV_ENTRY_SIZE,
|
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)
|
if ((void*)cover == MAP_FAILED)
|
||||||
perror("mmap"), exit(1);
|
perror("mmap"), exit(1);
|
||||||
pid = fork();
|
pid = fork();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user