From 4fd1c7841ae9dbae6f105b0be8ae7bf7319c9d55 Mon Sep 17 00:00:00 2001 From: Andy Ragusa Date: Thu, 6 Jun 2024 09:18:17 -0700 Subject: [PATCH] blah --- libclamav/ole2_extract.c | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/libclamav/ole2_extract.c b/libclamav/ole2_extract.c index 058b755867..d6e1c0a4f4 100644 --- a/libclamav/ole2_extract.c +++ b/libclamav/ole2_extract.c @@ -737,6 +737,10 @@ static uint32_t get_stream_data_offset(ole2_header_t * hdr, const property_t * w } +/* See information about the File Information Block here + * https://learn.microsoft.com/en-us/openspecs/office_file_formats/ms-doc/26fb6c06-4e5c-4778-ab4e-edbf26a545bb + * for more information. + */ static void test_for_encryption(const property_t * word_block, ole2_header_t * hdr, encryption_status_t * pEncryptionStatus) { const uint8_t * ptr = NULL;