November 2, 2017
View 0604618

bb11944 - fix possible message.c OOB read.

Steven Morgan authored on 2017/11/02 05:23:23
October 28, 2017
View 38da480

bb11943 - add check to mew.c for out of bounds read. Patch supplied by Suleman Ali.

Steven Morgan authored on 2017/10/28 05:52:29
View 292d687

bb11946 - check that tar checksum is within bounds. Patch supplied by Suleman Ali.

Steven Morgan authored on 2017/10/28 05:03:29
October 26, 2017
View 7732667

Adding missing -1 that enables trimming of trailing spaces in mbox parsing code.

Micah Snyder authored on 2017/10/26 03:37:14
October 25, 2017
View ad905e5

forgot to remove a few stats submission related option checking in clamd

Micah Snyder authored on 2017/10/25 05:35:26
View 22880de

eliminating additional option references to stat collection and submission until such time as a new stats website and associated clamav code is ready.

Micah Snyder authored on 2017/10/25 02:38:37
October 24, 2017
View eaa7115

1) improved debug messages 2) accept files in the cab with 0-byte (just a null terminator) lengths. I don’t know that there are any real cabs that have this, but it’s conceivable. 3) only try to sanitize if we actually got the filename correctly (I forgot to put an else{} around it when I added filename sanitization). 4) reset the parsing offset to the beginning of the file entries in case the # of folder entries found did not match the # stated in the header. (This could help or hurt in a malformed cab header depending on exactly how it was malformed. Actual value gained… hard to say).

Micah Snyder authored on 2017/10/24 22:33:54
October 19, 2017
View dc30ba7

bb11910 - remove DetectionStatsHostID.

Steven Morgan authored on 2017/10/19 05:46:58
View 8dbf92a

Adding some debug strings for cab parsing that existed in 0.99.2. Adding code that sterilizes garbage data that is read in as a string so it is not output to stderr when --debug is enabled.

Micah Snyder authored on 2017/10/19 04:52:19
October 14, 2017
View b2f5986

bb11915 - Fix for whitelisting bytecode signatures. Patch by Georgy Salnikov.

Steven Morgan authored on 2017/10/14 01:23:06
October 13, 2017
View 7dbfe24

Updating win32 readme

Micah Snyder authored on 2017/10/13 06:09:19
View 5812c75

updating git commits, sln to fix build, and most importantly adding macro definitions to cltypes in support of Windows.

Micah Snyder authored on 2017/10/13 06:00:27
October 12, 2017
View a33b7b6

adding code to fail out of cab header parsing function if at the end of the function no files were added to the file list (i.e. format issue with header)

Micah Snyder authored on 2017/10/12 01:50:14
October 11, 2017
View b470fcb

fixing small memory leak.

Micah Snyder authored on 2017/10/11 10:50:48
View e8e02f6

fixing decompression hack for LZX since we increased CAB_BLOCKMAX. adding some debug messages and eliminating one that no longer makes sense.

Micah Snyder authored on 2017/10/11 03:19:18