51733eb
diff -up crm114-20100106-BlameMichelson.src/crm_expr_syscall.c.fmt-ovfl crm114-20100106-BlameMichelson.src/crm_expr_syscall.c
51733eb
--- crm114-20100106-BlameMichelson.src/crm_expr_syscall.c.fmt-ovfl	2010-01-06 19:38:46.000000000 +0100
51733eb
+++ crm114-20100106-BlameMichelson.src/crm_expr_syscall.c	2018-07-21 11:14:33.962622402 +0200
51733eb
@@ -375,7 +375,7 @@ int crm_expr_syscall ( CSL_CELL *csl, AR
51733eb
 	      //
51733eb
 	      if (retcode == -1 )
51733eb
 		{
51733eb
-		  char errstr [4096];
51733eb
+		  char errstr [MAX_PATTERN+47];
51733eb
 		  sprintf (errstr,
51733eb
 			   "The command was >%s< and returned exit code %d .",
51733eb
 			   sys_cmd, WEXITSTATUS (retcode));