Commit 8063d657 authored by Marcus Meissner's avatar Marcus Meissner Committed by Alexandre Julliard

winedump: Check return value of fetch_block (Coverity).

parent 1eb52667
......@@ -425,6 +425,8 @@ void lnk_dump(void)
offset = 0;
hdr = fetch_block();
if (!hdr)
return;
printf("Header\n");
printf("------\n\n");
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment