Skip to content

Commit

Permalink
blah
Browse files Browse the repository at this point in the history
  • Loading branch information
ragusaa committed Aug 7, 2024
1 parent f944632 commit ca931d3
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions libclamav/ole2_extract_images.h
Original file line number Diff line number Diff line change
Expand Up @@ -936,9 +936,6 @@ static void ole2_extract_images(cli_ctx * ctx, ole2_header_t * ole2Hdr, ole2_ima
if ((reserved >= tableStreamOffset) && (reserved <= tableStreamOffset + total_needed)){
fprintf(stderr, "%s::%d::total_needed crosses over a FAT block that must be skipped!!!!!\n", __FUNCTION__, __LINE__);
fprintf(stderr, "%s::%d::This is not currently handled!!!!!\n", __FUNCTION__, __LINE__);
Looks like the easiest thing to do is pass the pointer and the offset everywhere, and compare them
everywhere;

//TODO::HANDLE THIS CASE!!!!!
//TODO::HANDLE THIS CASE!!!!!
//TODO::HANDLE THIS CASE!!!!!
Expand Down

0 comments on commit ca931d3

Please sign in to comment.