increase HCBUFSIZ_LARGE and truncate too large strings when copied to old_buf in events
This commit is contained in:
+1
-1
@@ -104,7 +104,7 @@ but this is nededed for VS compiler which doesn't have inline keyword but has __
|
||||
#define SALT_MAX_OLD 51
|
||||
|
||||
#define HCBUFSIZ_TINY 0x1000
|
||||
#define HCBUFSIZ_LARGE 0x50000
|
||||
#define HCBUFSIZ_LARGE 0xb0000
|
||||
|
||||
#define CPT_CACHE 0x20000
|
||||
#define PARAMCNT 64
|
||||
|
||||
Reference in New Issue
Block a user