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:
parent
b81e04eed4
commit
bf916d2647
|
|
@ -553,7 +553,7 @@ SimRsimIt(cmd, nodeName)
|
|||
char *nodeName;
|
||||
{
|
||||
|
||||
static char cmdStr[256];
|
||||
static char cmdStr[512];
|
||||
static char cleanName[256];
|
||||
char *strptr;
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue