mirror of https://github.com/google/oss-fuzz.git
![]() Fix for an incorrect call to `get_next` that was stopping the Croniter `fuzz_iter` executing, see [https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=57139#c2](https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=57139#c2). It was being called with a `datetime` object instead of a `datetime` class as it's `ret_type` argument causing a type error. I've removed the argument that's fixed it. Also I've added the `undefined` sanitizer as it was missing from the `project.yaml`. I've done a local run and it works fine with it enabled. |
||
---|---|---|
.. | ||
Dockerfile | ||
build.sh | ||
fuzz_iter.py | ||
fuzz_match.py | ||
fuzz_range.py | ||
project.yaml |