------------------------------------------------------------ revno: 12686 fixes bug(s): https://launchpad.net/bugs/1462214 committer: Ralph Lange timestamp: Fri 2015-06-05 11:10:10 +0200 message: dbStatic: fix buffer overrun in printing functions by extending the local buffer accordingly diff: === modified file 'src/ioc/dbStatic/dbStaticLib.c' --- src/ioc/dbStatic/dbStaticLib.c 2015-04-13 15:13:09 +0000 +++ src/ioc/dbStatic/dbStaticLib.c 2015-06-05 09:10:10 +0000 @@ -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"};