[Scummvm-git-logs] scummvm master -> 240675ac2a0d93222738b873dc89596e59606df1
Strangerke
noreply at scummvm.org
Mon Feb 17 22:21:42 UTC 2025
This automated email contains information about 1 new commit which have been
pushed to the 'scummvm' repo located at https://github.com/scummvm/scummvm .
Summary:
240675ac2a M4: Fix CID 1533015 in conv_io
Commit: 240675ac2a0d93222738b873dc89596e59606df1
https://github.com/scummvm/scummvm/commit/240675ac2a0d93222738b873dc89596e59606df1
Author: Strangerke (arnaud.boutonne at gmail.com)
Date: 2025-02-17T23:21:35+01:00
Commit Message:
M4: Fix CID 1533015 in conv_io
Changed paths:
engines/m4/adv_r/conv_io.cpp
diff --git a/engines/m4/adv_r/conv_io.cpp b/engines/m4/adv_r/conv_io.cpp
index 52178d607d9..335dbbd24f0 100644
--- a/engines/m4/adv_r/conv_io.cpp
+++ b/engines/m4/adv_r/conv_io.cpp
@@ -344,6 +344,7 @@ static void conv_save_state(Conv *c) {
int32 next, tag; // receive conv_ops_get_entry results
int32 myCNode = c->myCNode;
char fname[9];
+ memset(fname, 0, 9);
int32 num_decls = 0;
int32 num_entries = 0;
More information about the Scummvm-git-logs
mailing list