SimRsim.c: directive writing 1 byte into a region of size between 0 and 255

GCC14 loud default warnings series [-Wformat-overflow=]
This commit is contained in:
Darryl L. Miles
2024-10-09 20:39:12 -04:00
committed by Tim Edwards
parent b81e04eed4
commit bf916d2647
+1 -1
View File
@@ -553,7 +553,7 @@ SimRsimIt(cmd, nodeName)
char *nodeName;
{
static char cmdStr[256];
static char cmdStr[512];
static char cleanName[256];
char *strptr;