Fixes to coverity defects 87601 87557 87548 87547 87546 87545 87544 87536 87535 87529 87528
This commit is contained in:
@ -250,7 +250,7 @@ GWPROTOCOL *funcs;
|
||||
else
|
||||
{
|
||||
/* Save authentication data to file cache */
|
||||
char *ptr, path[4096];
|
||||
char *ptr, path[4097];
|
||||
int mkdir_rval = 0;
|
||||
strcpy(path, "/usr/local/skysql/MaxScale");
|
||||
if ((ptr = getenv("MAXSCALE_HOME")) != NULL)
|
||||
|
||||
Reference in New Issue
Block a user