-
Notifications
You must be signed in to change notification settings - Fork 2.3k
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
infra: bump fuzz introspector #10802
Conversation
This contains a minor fix in accummulated code complexity for the annotated CFG feature, used by https://introspector.oss-fuzz.com/api/annotated-cfg -- in some cases the value would be 0 incorrectly.
Converted this to draft as some more updates will come shortly |
/gcbrun trial_build.py all --sanitizer introspector --fuzzing-engine libfuzzer |
1 similar comment
/gcbrun trial_build.py all --sanitizer introspector --fuzzing-engine libfuzzer |
Looking at the failed projects from the trial builds: curvesapi:
Coverage issue? Not related. Also, curvesapi fails already. mrab-regex:
Coverage issue? Not related. Also mrab-regex fails already. p11-kit:
Coverage issue? Not related. Also, p11-kit fails already. uwebsockets:
Well-known compiler issue. However, uwebsockets already fails introspector builds so not a regression. wolf-ssl:
jackson-dataformats-binary: fails due to a recursion issue in the Python part of Fuzz Introspector. This is not a regression, but looks to be something spurious as the jackson-dataformat-binary project fails a bit on-and-off looking at the history. I'd say this is good to merge. |
This contains a minor fix in accummulated code complexity for the annotated CFG feature, used by https://introspector.oss-fuzz.com/api/annotated-cfg -- in some cases the value would be 0 incorrectly.
Also includes: