From 8d062e4dae0bcba495a5934cfbd836d14bc96d71 Mon Sep 17 00:00:00 2001 From: dteske Date: Thu, 7 Jan 2016 18:50:02 +0000 Subject: 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(-) (limited to 'lib/libdpv') diff --git a/lib/libdpv/util.h b/lib/libdpv/util.h index 7bb3b18..5f646a6 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); -- cgit v1.1