From ca931d32f45a45dccf86ccc343ae73291defebd6 Mon Sep 17 00:00:00 2001 From: Andy Ragusa Date: Wed, 7 Aug 2024 07:30:09 -0700 Subject: [PATCH] blah --- libclamav/ole2_extract_images.h | 3 --- 1 file changed, 3 deletions(-) diff --git a/libclamav/ole2_extract_images.h b/libclamav/ole2_extract_images.h index be7247be3d..d088a4594c 100644 --- a/libclamav/ole2_extract_images.h +++ b/libclamav/ole2_extract_images.h @@ -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!!!!!