mirror of
https://github.com/simh/simh.git
synced 2026-01-26 12:02:14 +00:00
SCP: Minor Coverity cleanup
This commit is contained in:
@@ -3234,8 +3234,7 @@ int Return = 0;
|
||||
VHD_Footer sHeader;
|
||||
struct stat statb;
|
||||
|
||||
if (sFooter)
|
||||
memset(sFooter, '\0', sizeof(*sFooter));
|
||||
memset(sFooter, '\0', sizeof(*sFooter));
|
||||
if (sDynamic)
|
||||
memset(sDynamic, '\0', sizeof(*sDynamic));
|
||||
if (aBAT)
|
||||
|
||||
Reference in New Issue
Block a user