diff options
Diffstat (limited to 'src/common/sandbox.h')
-rw-r--r-- | src/common/sandbox.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/common/sandbox.h b/src/common/sandbox.h index de5699e342..b973d9716e 100644 --- a/src/common/sandbox.h +++ b/src/common/sandbox.h @@ -32,7 +32,7 @@ #define __USE_GNU #include <sys/ucontext.h> -#define MAX_PARAM_LEN 32 +#define MAX_PARAM_LEN 64 #define PARAM_PTR 0 #define PARAM_NUM 1 |