ANNOUNCEMENT: Live Wireshark University & Allegro Packets online APAC Wireshark Training Session
April 17th, 2024 | 14:30-16:00 SGT (UTC+8) | Online

Wireshark-dev: [Wireshark-dev] Fuzz-test exit status

From: Evan Huus <eapache@xxxxxxxxx>
Date: Fri, 13 Dec 2013 16:35:58 -0500
I want to change the exit status of the exit_error() function in
test-common.sh from 1 to 255, as that is the value that will prevent
xargs from processing further input. Currently running "... | xargs
./tools/fuzz-test.sh" will not stop on an error since xargs will catch
it and just keep going.

I just wanted to check that this wouldn't cause problems (eg on the
fuzz-bot) before making the change.

Cheers,
Evan