aboutsummaryrefslogtreecommitdiffstats
path: root/executor/common_linux.h
diff options
context:
space:
mode:
Diffstat (limited to 'executor/common_linux.h')
-rw-r--r--executor/common_linux.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/executor/common_linux.h b/executor/common_linux.h
index 2c45387d8..04a8c35b5 100644
--- a/executor/common_linux.h
+++ b/executor/common_linux.h
@@ -128,7 +128,7 @@ struct nlmsg {
char* pos;
int nesting;
struct nlattr* nested[8];
- char buf[1024];
+ char buf[4096];
};
static struct nlmsg nlmsg;