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-02 06:59:00 +01:00 committed by Tim Edwards
parent b81e04eed4
commit bf916d2647
1 changed files with 1 additions and 1 deletions

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;