From 14afedcf2dd861af1d69978f4c0ce572f32350fa Mon Sep 17 00:00:00 2001 From: FuzzTest Team Date: Tue, 31 Mar 2026 11:05:17 -0700 Subject: [PATCH] No public description PiperOrigin-RevId: 892440478 --- centipede/centipede.cc | 1 + 1 file changed, 1 insertion(+) diff --git a/centipede/centipede.cc b/centipede/centipede.cc index 2dea1ad4..1b744fb2 100644 --- a/centipede/centipede.cc +++ b/centipede/centipede.cc @@ -393,6 +393,7 @@ bool Centipede::ExecuteAndReportCrash(std::string_view binary, FUZZTEST_LOG_FIRST_N(WARNING, 1) << "Crash found but the stop condition is met - not reporting further " "possibly related crashes."; + ReportCrash(binary, input_vec, batch_result); return true; } ReportCrash(binary, input_vec, batch_result);