]> git.ipfire.org Git - thirdparty/snort3.git/commitdiff
Pull request #4948: log: Increase max length of LogMessage output.
authorSteve Chew (stechew) <stechew@cisco.com>
Thu, 23 Oct 2025 14:59:03 +0000 (14:59 +0000)
committerSteve Chew (stechew) <stechew@cisco.com>
Thu, 23 Oct 2025 14:59:03 +0000 (14:59 +0000)
Merge in SNORT/snort3 from ~STECHEW/snort3:log_message_size to master

Squashed commit of the following:

commit aed76bcfc3177ab2d806380029e5b2e75ed60a8b
Author: Steve Chew <stechew@cisco.com>
Date:   Sun Oct 19 14:37:14 2025 -0400

    log: Increase max length of LogMessage output.

src/log/messages.h

index dceed0c19489acd1d7c0dbfa9d93a47382c2b58d..da852340dd3c3100ea5195d0fba1b29c5d9f2241 100644 (file)
@@ -35,7 +35,7 @@
 #define __attribute__(x)  /*NOTHING*/
 #endif
 
-#define STD_BUF 1024
+#define STD_BUF 2048
 
 enum WarningGroup
 {