mirror of
https://github.com/cmand/yarrp.git
synced 2024-05-11 05:55:06 +00:00
Merge pull request #10 from cmand/increase_maxline
Set MAXLINE to 4096 to avoid buffer overrun for long lines
This commit is contained in:
+1
-1
@@ -7,7 +7,7 @@
|
||||
typedef void (*void_fn_t)();
|
||||
/* { from defs.h */
|
||||
#define prefix_touchar(prefix) ((u_char *)&(prefix)->add.sin)
|
||||
#define MAXLINE 1024
|
||||
#define MAXLINE 4096
|
||||
#define BIT_TEST(f, b) ((f) & (b))
|
||||
/* } */
|
||||
|
||||
|
||||
Reference in New Issue
Block a user