mirror of
https://github.com/RTimothyEdwards/magic.git
synced 2026-08-28 17:15:13 +02:00
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:
committed by
Tim Edwards
parent
b81e04eed4
commit
bf916d2647
+1
-1
@@ -553,7 +553,7 @@ SimRsimIt(cmd, nodeName)
|
||||
char *nodeName;
|
||||
{
|
||||
|
||||
static char cmdStr[256];
|
||||
static char cmdStr[512];
|
||||
static char cleanName[256];
|
||||
char *strptr;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user