Skip to content

Commit 4fd5f42

Browse files
committed
Warning Cleanup: Fix possible overflow of workload filenames
1 parent ab842ee commit 4fd5f42

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/workload/methods/codes-dumpi-trace-nw-wrkld.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
#define UNDUMPI_CLOSE undumpi_close
3737
#endif
3838

39-
#define MAX_LENGTH_FILE 512
39+
#define MAX_LENGTH_FILE 1024
4040
#define MAX_OPERATIONS 32768
4141
#define DUMPI_IGNORE_DELAY 100
4242

0 commit comments

Comments
 (0)