Skip to content

Commit

Permalink
blah
Browse files Browse the repository at this point in the history
  • Loading branch information
ragusaa committed Jul 31, 2024
1 parent 0149abf commit fdab56c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions libclamav/ole2_extract.c
Original file line number Diff line number Diff line change
Expand Up @@ -2870,6 +2870,10 @@ cl_error_t cli_ole2_extract(const char *dirname, cli_ctx *ctx, struct uniq **fil
hdr.xbat_start = ole2_endian_convert_32(hdr.xbat_start);
hdr.xbat_count = ole2_endian_convert_32(hdr.xbat_count);

fprintf(stderr, "%s::%d::bat_count (sector count) and prop_start are different\n", __FUNCTION__, __LINE__);
fprintf(stderr, "%s::%d::bat_count = %d\n", __FUNCTION__, __LINE__, hdr.bat_count);
print_ole2_header(&hdr);

hdr.sbat_root_start = -1;

hdr.bitset = cli_bitset_init();
Expand Down

0 comments on commit fdab56c

Please sign in to comment.