]> git.ipfire.org Git - thirdparty/suricata.git/commitdiff
fuzz: remove unused macro 12383/head 12389/head
authorPhilippe Antoine <pantoine@oisf.net>
Mon, 13 Jan 2025 12:39:21 +0000 (13:39 +0100)
committerPhilippe Antoine <pantoine@oisf.net>
Mon, 13 Jan 2025 12:39:21 +0000 (13:39 +0100)
src/tests/fuzz/fuzz_applayerprotodetectgetproto.c

index 4473de00941c3538169334ff8f6e63b7e3fd598e..926dafb320157df7be062b62611335055c8fb9a5 100644 (file)
@@ -15,9 +15,6 @@
 
 #define HEADER_LEN 6
 
-//rule of thumb constant, so as not to timeout target
-#define PROTO_DETECT_MAX_LEN 1024
-
 extern const char *configNoChecksum;
 
 int LLVMFuzzerTestOneInput(const uint8_t *data, size_t size);