Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

executor: include sched.h for syz_clone #3166

Merged
merged 1 commit into from
May 27, 2022
Merged

Conversation

avagin
Copy link
Collaborator

@avagin avagin commented May 27, 2022

syzkaller reports the following error when it tries to create a C reproducer:

: In function ‘syz_clone’:
:289:48: error: ‘CLONE_VM’ undeclared (first use in this
function)
:289:48: note: each undeclared identifier is reported only once
for each function it appears in

compiler invocation: gcc [-o /tmp/syz-executor3459695007 -DGOOS_linux=1
-DGOARCH_amd64=1 -DHOSTGOOS_linux=1 -x c - -m64 -O2 -pthread -Wall
-Werror -Wparentheses -Wunused-const-variable -Wframe-larger-than=16384
-Wno-stringop-overflow -Wno-array-bounds -Wno-format-overflow
-static-pie -fpermissive -w]

@codecov
Copy link

codecov bot commented May 27, 2022

Codecov Report

Merging #3166 (7599a45) into master (3037caa) will not change coverage.
The diff coverage is n/a.

syzkaller reports the following error when it tries to create a C reproducer:

<stdin>: In function ‘syz_clone’:
<stdin>:289:48: error: ‘CLONE_VM’ undeclared (first use in this
function)
<stdin>:289:48: note: each undeclared identifier is reported only once
for each function it appears in

compiler invocation: gcc [-o /tmp/syz-executor3459695007 -DGOOS_linux=1
-DGOARCH_amd64=1 -DHOSTGOOS_linux=1 -x c - -m64 -O2 -pthread -Wall
-Werror -Wparentheses -Wunused-const-variable -Wframe-larger-than=16384
-Wno-stringop-overflow -Wno-array-bounds -Wno-format-overflow
-static-pie -fpermissive -w]
@a-nogikh a-nogikh merged commit 1c79f04 into google:master May 27, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants