Fix potential buffer overflow in iocLogServer

This commit is contained in:
Martin Konrad
2019-04-24 18:51:50 -04:00
parent 630663caa8
commit 8e9d75ad71
+1 -1
View File
@@ -37,7 +37,7 @@
static unsigned short ioc_log_port;
static long ioc_log_file_limit;
static char ioc_log_file_name[256];
static char ioc_log_file_name[512];
static char ioc_log_file_command[256];