Skip to content

expat: showing 0.0% code coverage even if the static inline function is reached #1360

Open
@catenacyber

Description

@catenacyber

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 ? )

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions