google / oss-fuzz

OSS-Fuzz - continuous fuzzing for open source software.
https://google.github.io/oss-fuzz
Apache License 2.0
10.39k stars 2.21k forks source link

Suricata fixed bug does not get closed #11993

Closed catenacyber closed 4 months ago

catenacyber commented 4 months ago

Follow up on https://github.com/google/oss-fuzz/pull/11714#issuecomment-2096878442 cc @jonathanmetzman

https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=68317&q=label%3AProj-suricata is fixed https://oss-fuzz.com/testcase-detail/5167091775766528

But it does not appear so The last tested revision shown is stuck to the one before the 30 of April : OISF/suricata@ad4185b

catenacyber commented 4 months ago

Also https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=67938&q=label%3AProj-suricata does not get closed

jonathanmetzman commented 4 months ago

I bumped the disk size up. Let's wait until tomorrow for this to go into effect and see if anything changes.

maflcko commented 4 months ago

Are you sure this is a disk size issue? I don't have access to the bugs, but my recommendation would be to check the build log from today or yesterday to confirm that the fuzz target has been built and checked.

However, the build fails today. Ref:


Step #13 - "build-check-honggfuzz-address-x86_64": ERROR: 100.0% of fuzz targets seem to be broken. See the list above for a detailed information.

Step #13 - "build-check-honggfuzz-address-x86_64": ********************************************************************************

Step #13 - "build-check-honggfuzz-address-x86_64": Build checks failed.

Step #13 - "build-check-honggfuzz-address-x86_64": To reproduce, run:

Step #13 - "build-check-honggfuzz-address-x86_64": python infra/helper.py build_image suricata

Step #13 - "build-check-honggfuzz-address-x86_64": python infra/helper.py build_fuzzers --sanitizer address --engine honggfuzz --architecture x86_64 suricata

Step #13 - "build-check-honggfuzz-address-x86_64": python infra/helper.py check_build --sanitizer address --engine honggfuzz --architecture x86_64 suricata

Step #13 - "build-check-honggfuzz-address-x86_64": ********************************************************************************
catenacyber commented 4 months ago

Build was successful yesterday and the days before, and the bug on 30th of April, and The last tested revision shown is the one before the 30 of April : OISF/suricata@ad4185b

catenacyber commented 4 months ago

Thanks @jonathanmetzman bugs now marked as fixed

jonathanmetzman commented 4 months ago

Oh nice, is everything working now?

catenacyber commented 4 months ago

It is working indeed :-)