dbStatic: fix buffer overrun in printing functions by extending the local buffer accordingly

This commit is contained in:
Ralph Lange
2015-06-05 11:10:10 +02:00
parent 9946681f72
commit fbd2d4dd31

View File

@@ -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"};