Skip to content

Commit

Permalink
blah
Browse files Browse the repository at this point in the history
  • Loading branch information
ragusaa committed Jun 6, 2024
1 parent 6dbb851 commit 4fd1c78
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 @@ -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;
Expand Down

0 comments on commit 4fd1c78

Please sign in to comment.