From fbd2d4dd314e42daeaed5d4995bc504476572436 Mon Sep 17 00:00:00 2001 From: Ralph Lange Date: Fri, 5 Jun 2015 11:10:10 +0200 Subject: [PATCH] dbStatic: fix buffer overrun in printing functions by extending the local buffer accordingly --- src/ioc/dbStatic/dbStaticLib.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ioc/dbStatic/dbStaticLib.c b/src/ioc/dbStatic/dbStaticLib.c index 4f6990cfb..c0751ecbb 100644 --- a/src/ioc/dbStatic/dbStaticLib.c +++ b/src/ioc/dbStatic/dbStaticLib.c @@ -47,7 +47,7 @@ int dbStaticDebug = 0; static char *pNullString = ""; -#define messagesize 100 +#define messagesize 276 #define RPCL_LEN INFIX_TO_POSTFIX_SIZE(80) static char *ppstring[5]={"NPP","PP","CA","CP","CPP"};