pytest-dev / iniconfig

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

OSS-Fuzz issue 49779

oss-fuzz-robot opened this issue · comments

OSS-Fuzz has found a bug in this project. Please see https://oss-fuzz.com/testcase?key=6211158595469312 for details and reproducers.

This issue is mirrored from https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=49779 and will auto-close if the status changes there.

If you have trouble accessing this report, please file an issue at https://github.com/google/oss-fuzz/issues/new.

Just looked at the details of the issue. This is a false positive and a mistake in the fuzzer. Will push a fix shortly.

For reference, the stacktrace of the issue is:

=== Uncaught Python exception: ===
--
  | FileNotFoundError: [Errno 2] No such file or directory: 'example.ini'
  | Traceback (most recent call last):
  | File "fuzz_parse.py", line 27, in TestOneInput
  | File "iniconfig/__init__.py", line 51, in __init_

This should close automatically once google/oss-fuzz#8146 is merged and the fuzzers has rerun, which will take max 24 hours

OSS-Fuzz has closed this bug. Please see https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=49779 for details.