dbStatic: fix buffer overrun in printing functions by extending the local buffer accordingly
This commit is contained in:
@@ -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"};
|
||||
|
||||
Reference in New Issue
Block a user