pytest-dev / iniconfig

MIT License
53 stars 31 forks source link

OSS-Fuzz issue 49779 #41

Closed oss-fuzz-robot closed 2 years ago

oss-fuzz-robot commented 2 years ago

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.

DavidKorczynski commented 2 years ago

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_
DavidKorczynski commented 2 years ago

This should close automatically once https://github.com/google/oss-fuzz/pull/8146 is merged and the fuzzers has rerun, which will take max 24 hours

RonnyPfannschmidt commented 2 years ago

:)

oss-fuzz-robot commented 2 years ago

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