November 16, 2017
View e887f11

bb11943 - buffer check for mew packed files.

Steven Morgan authored on 2017/11/16 00:46:39
November 15, 2017
View 5810338

replacing extra params that indicate intentional variable assignment within an if statement, preventing a compile warning.

Micah Snyder authored on 2017/11/15 23:40:32
November 14, 2017
View 9ea7b00

eliminating potential infinite loop in libmspack quantum decompression code.

Micah Snyder authored on 2017/11/14 06:24:45
View 2c83276

adding utf-8 BOM detection to ascii check

Micah Snyder authored on 2017/11/14 01:50:40
November 10, 2017
View 740b1ee

applying a cleaner casting solution to account for isalnum issue on Windows Debug builds.

Micah Snyder authored on 2017/11/10 02:07:45
November 9, 2017
View a1b528d

adding check prior to call to isalnum to avoid assert error in windows when random data that is < -1 or > 255 is fed into isalnum(). see https://stackoverflow.com/questions/28589051/using-isalnum-with-signed-character-inputs-visual-c

Micah Snyder authored on 2017/11/09 10:27:19
November 4, 2017
View b4852b8

0.99.3 - regression fix - removing first pass offset check when extracting cab files compressed with lzx, improving debug output for LZX type decompression, warning on lzx file format issue instead of exiting decompression

Mickey Sola authored on 2017/11/04 03:42:24
November 2, 2017
View 0cf813f

Better fix for bug 11946

Craig Davison authored on 2017/11/02 04:34:20
View c8f8f9f

Merge branch 'master' of git.vrt.sourcefire.com:clamav/clamav-devel

Steven Morgan authored on 2017/11/02 05:23:34
View 0604618

bb11944 - fix possible message.c OOB read.

Steven Morgan authored on 2017/11/02 05:23:23
November 1, 2017
View 40451e2

Reverting change that supported empty string filenames for cab files.

Micah Snyder authored on 2017/11/01 00:28:43
October 31, 2017
View c8ba4ae

11942 - fixing heap overflow in handle_pdfname. Patch submitted by Suleman Ali.

Mickey Sola authored on 2017/10/31 06:33:19
View f75c04b

bb11941 - fixing UAF in mbox exportBounceMessage. Original patch submitted by Suleman Ali

Mickey Sola authored on 2017/10/31 05:39:54
October 30, 2017
View 7cf2a70

b11939: adding fix as recommended by bug reporter along with a couple extra lines to ensure freed pointers are set to NULL.

Micah Snyder authored on 2017/10/30 06:35:00
October 28, 2017
View d1100be

bb11940 - fixing heap overflow in rfc2037. Patch submitted by Suleman Ali

Mickey Sola authored on 2017/10/28 06:24:33