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

fasthttp: update fuzz targets #11453

Merged
merged 2 commits into from
Jan 13, 2024
Merged

Conversation

erikdubbelboer
Copy link
Contributor

Copy link

github-actions bot commented Jan 7, 2024

erikdubbelboer (verified) is either the primary contact or is in the CCs list of projects/fasthttp.

@erikdubbelboer
Copy link
Contributor Author

Not sure why it is failing with:

./fuzzcookieparse_test.go:63:19: cannot use data (variable of type []byte) as *testing.F value in argument to FuzzCookieParse

Looks like it's using some old state and still trying to use https://github.com/dvyukov/go-fuzz instead of native Go fuzzing. Anything I need to do to fix that?

@AdamKorcz
Copy link
Collaborator

[

I will have a look this week at this.

@AdamKorcz
Copy link
Collaborator

@erikdubbelboer if these are Native go fuzzers, could you try using build_native_go_fuzzer instead of build_go_fuzzer?

erikdubbelboer added a commit to valyala/fasthttp that referenced this pull request Jan 9, 2024
@erikdubbelboer
Copy link
Contributor Author

I have changed it to use compile_native_go_fuzzer.

@AdamKorcz AdamKorcz merged commit da78641 into google:master Jan 13, 2024
15 checks passed
Max-Cheng pushed a commit to Max-Cheng/fasthttp that referenced this pull request Feb 11, 2024
Max-Cheng pushed a commit to Max-Cheng/fasthttp that referenced this pull request Feb 12, 2024
Max-Cheng pushed a commit to Max-Cheng/fasthttp that referenced this pull request Feb 12, 2024
Max-Cheng pushed a commit to Max-Cheng/fasthttp that referenced this pull request Feb 12, 2024
Max-Cheng pushed a commit to Max-Cheng/fasthttp that referenced this pull request Feb 12, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants