mirror of
https://github.com/reactos/syzkaller.git
synced 2024-11-26 21:00:30 +00:00
executor/common_linux.h: increase default nlmsg buffer size
1024 bytes are not enough to contain an arbirary 802.11 MAC frame together with netlink protocol overhead.
This commit is contained in:
parent
eb2b629d3c
commit
f7907acd76
@ -128,7 +128,7 @@ struct nlmsg {
|
||||
char* pos;
|
||||
int nesting;
|
||||
struct nlattr* nested[8];
|
||||
char buf[1024];
|
||||
char buf[4096];
|
||||
};
|
||||
|
||||
static struct nlmsg nlmsg;
|
||||
|
@ -2359,7 +2359,7 @@ struct nlmsg {
|
||||
char* pos;
|
||||
int nesting;
|
||||
struct nlattr* nested[8];
|
||||
char buf[1024];
|
||||
char buf[4096];
|
||||
};
|
||||
|
||||
static struct nlmsg nlmsg;
|
||||
|
Loading…
Reference in New Issue
Block a user