src: initialize some fields to suppress harmless valgrind errors
This commit is contained in:
+1
-1
@@ -86,7 +86,7 @@ protected:
|
||||
LE32 firstreloc;
|
||||
};
|
||||
|
||||
exe_header_t ih, oh;
|
||||
exe_header_t ih = {}, oh = {};
|
||||
|
||||
unsigned ih_exesize = 0;
|
||||
unsigned ih_imagesize = 0;
|
||||
|
||||
Reference in New Issue
Block a user