We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bf79925 commit e76af23Copy full SHA for e76af23
dump.c
@@ -84,6 +84,7 @@ int dump(const struct options *restrict opts, const struct ram_regions *restrict
84
int ret = 0;
85
86
/* Prepare the LiME header */
87
+ memset(&header, '\x00', sizeof(header));
88
header.magic = 0x4C694D45;
89
header.version = 1;
90
0 commit comments