-
Notifications
You must be signed in to change notification settings - Fork 281
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
go-fuzz-build fails on github.com/robfig/soy #194
Comments
dvyukov
added a commit
to dvyukov/go-fuzz-corpus
that referenced
this issue
Nov 23, 2018
Testcase for dvyukov/go-fuzz#194
I can reproduce this and I added a small test case, but I am not sure when I will have time to fix this. |
josharian
added a commit
to josharian/go-fuzz
that referenced
this issue
Dec 26, 2018
This is not a complete fix--see the comments in the code-- but it is better than what we had, and the comments now at least draw a roadmap for any future fixes required. Fixes dvyukov#194
bradleyjkemp
pushed a commit
to bradleyjkemp/simple-fuzz
that referenced
this issue
Oct 23, 2019
This is not a complete fix--see the comments in the code-- but it is better than what we had, and the comments now at least draw a roadmap for any future fixes required. Fixes dvyukov#194
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Thanks for your amazing work on fuzz testing!
I tried to use go-fuzz to test github.com/robfig/soy, but I ended up with a Go compile error from the instrumented code. It seems like there is some scenario that's not handled correctly in go-fuzz-build.
Source code that triggers the error:
Instrumented code, with //line comments stripped for readability:
Compile error:
This line looks like the error to me, due to using the entire import path rather than just the package name:
I have pushed the code I'm working with on the "fuzz" branch:
https://github.com/robfig/soy/tree/fuzz
Let me know if I can provide anything else.
Thanks,
Rob
The text was updated successfully, but these errors were encountered: