Skip to content

OSS-Fuzz fuzz targets appear to be broken #2532

Description

@Namron2000

Hi,

It looks like the tests/fuzz harnesses, or potentially another part of the OSS-Fuzz infrastructure, are currently broken.

For example, when running the fuzz targets through OSS-Fuzz, they consistently fail with:

libFuzzer: fuzz target exited

The issue is also visible on the OSS-Fuzz Introspector page for libyang, where coverage appears to have been broken since April:

https://introspector.oss-fuzz.com/project-profile?project=libyang

To reproduce the problem, you can use the OSS-Fuzz infrastructure directly:

python3 infra/helper.py build_image libyang
python3 infra/helper.py build_fuzzers --sanitizer address libyang
python3 infra/helper.py reproduce libyang lyd_parse_mem_json sample.json

Could someone please take a look and verify whether the fuzz harnesses or the OSS-Fuzz integration needs updating?

Thanks!

Metadata

Metadata

Assignees

No one assigned

    Labels

    is:bugBug description.status:completedFrom the developer perspective, the issue was solved (bug fixed, question answered,...)

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions