We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Cf https://introspector.oss-fuzz.com/project-profile?project=expat
This seems to come from Cf https://storage.googleapis.com/oss-fuzz-coverage/expat/reports/20240113/linux/src/expat/expat/fuzz/xml_parse_fuzzer.c.html#L51
We see that the function's body of ParseOneInput, (likely inlined by the compiler) is shown as covered, but the lines calling it like https://storage.googleapis.com/oss-fuzz-coverage/expat/reports/20240113/linux/src/expat/expat/fuzz/xml_parse_fuzzer.c.html#L71 show a O% coverage, even if they were obviously run as the lines just above and below them...
ParseOneInput
Would you know about this already ? (bug in clang somehow ? )
The text was updated successfully, but these errors were encountered:
I think this may be similar to #482
Sorry, something went wrong.
Indeed, any plans to fix it ?
No branches or pull requests
Cf https://introspector.oss-fuzz.com/project-profile?project=expat
This seems to come from
Cf https://storage.googleapis.com/oss-fuzz-coverage/expat/reports/20240113/linux/src/expat/expat/fuzz/xml_parse_fuzzer.c.html#L51
We see that the function's body of
ParseOneInput
, (likely inlined by the compiler) is shown as covered, but the lines calling it like https://storage.googleapis.com/oss-fuzz-coverage/expat/reports/20240113/linux/src/expat/expat/fuzz/xml_parse_fuzzer.c.html#L71 show a O% coverage, even if they were obviously run as the lines just above and below them...Would you know about this already ? (bug in clang somehow ? )
The text was updated successfully, but these errors were encountered: