From ca1c0252225af6f3c38c6ae23ca9580216cfc4e9 Mon Sep 17 00:00:00 2001 From: Devin Teske Date: Thu, 7 Jan 2016 18:50:02 +0000 Subject: [PATCH] Increase maximum buffer size for `-x cmd' value MFC after: 3 days X-MFC-to: stable/10 --- lib/libdpv/util.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/libdpv/util.h b/lib/libdpv/util.h index 7bb3b189039b..5f646a63fc14 100644 --- a/lib/libdpv/util.h +++ b/lib/libdpv/util.h @@ -41,7 +41,7 @@ #define PATH_SHELL "/bin/sh" #endif -#define CMDBUFMAX 4096 +#define CMDBUFMAX 65536 __BEGIN_DECLS int shell_spawn_pipecmd(const char *_cmd, const char *_label, pid_t *_pid);