-
Notifications
You must be signed in to change notification settings - Fork 2.2k
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
Adds project glog #9160
Adds project glog #9160
Conversation
Fuzz testing is certainly useful, thanks. @drigz might want to take a look as well since the setup seems to Bazel based. |
Do you prefer Bazel or cmake ? |
Personally, I would prefer using CMake especially because we use it to build multiple combinations of the project (in different configurations) on the CI that should all be fuzz tested. I guess using a single build system is also sufficient, no? |
Okay, so there is one PR to glog google/glog#878 and this PR to oss-fuzz (which needs to be modified to use glog main repo once the PR for it is merged) |
Seems to alright on the OSS-Fuzz side, let's wait for google/glog#878. |
@alan32liu upstream PR was merged, this one is now ready for merge |
@sergiud are you interested in having glog running on oss-fuzz ? see also google/glog#816 cc @autofuzzoss I also quickly find a timeout with input `_ZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZ_`
@sergiud are you interested in having glog running on oss-fuzz ?
see also google/glog#816 cc @autofuzzoss
I also quickly find a timeout with input
_ZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZ_