January 26, 2019
View c442ca9

Updating and cleaning up copyright notices in 0.101 branch.

Micah Snyder authored on 2019/01/26 00:15:50
January 24, 2019
View bf16d3b

fuzz - 12528 - fixing left shift issue with OLE2 and utf16 to ascii decoding

Mickey Sola authored on 2019/01/24 05:58:49
January 23, 2019
View 808cab3

fuzz - 12166 - Fix for 4-byte out of bounds write wherein the an invalid struct pointer member variable is set to zero. The fix adds bounds checking to the Uniq storage 'add' function as well as error code checks. Included a lot of new inline documentation.

Micah Snyder authored on 2019/01/23 04:05:05
View 09385a3

fuzz - 12122 - Fix to memory leak by properly free'ing the dirname variable in OLE2 parser.

Micah Snyder authored on 2019/01/23 03:15:25
December 6, 2018
View 95b2d68

Replacing libclamav/cltypes.h with clamav-types.h.in, which generates a header clamav-types.h that we install alongside clamav.h.

Micah Snyder authored on 2018/12/06 10:46:20
July 31, 2018
View d39cb65

Updating libclamunrar from legacy C implementation to modern unrar 5.6.5. API changes and supporting changes included to pass the filepath of the scanned file into libclamav through the cli_ctx structure, required by the unrar library to open archives. The filename argument may be optional for the scandesc scanning variant, but libclamav will make a best effort to identify the filename from the file descriptor if it was not provided. In addition, included the ability to prefix temp file and directory names with file basenames.

Micah Snyder authored on 2018/07/31 09:19:28
July 21, 2018
View d7979d4

Restructured scan options flags from a single bitflag field to a structure containing multiple bitflag fields. This also required adding a new function to the bytecode API to get scan options a la carte, and modifying the existing function to hand back scan options in the old/deprecated uint32_t bitflag format. Re-generated bytecode iface header files.

Micah Snyder authored on 2018/07/21 11:28:48
March 6, 2018
View 6289eda

Eliminating AUTHORS file, and moving acknowledgements for various source code contributions to the file comment blocks for the individual files, as appropriate.

Micah Snyder authored on 2018/03/06 06:34:35
August 16, 2017
View 4cd97da

eliminating warnings, mostly with regards to signed vs unsigned comparisons, some of which could have been functional bugs if negative values were used (for offsets, etc). cleaned up a couple of macros and cleaned up some ifdefs.

Micah Snyder authored on 2017/08/16 05:50:01
August 10, 2017
View 0190dbb

minor commit, removing checks against unsigned integers being less than zero, also testing pre-commit hook

Micah Snyder authored on 2017/08/10 23:39:53
June 29, 2016
View c2d9878

ole2: added debug message handler_otf stream -> tempfile

Kevin Lin authored on 2016/06/29 00:59:48
January 15, 2016
View d451864

squash hwp amd msxml parser memory leaks

Kevin Lin authored on 2016/01/15 01:53:21
January 6, 2016
View 8d952a3

alternative fix to OLE2 is_hwp uninitialization

Kevin Lin authored on 2016/01/06 01:12:08
December 23, 2015
View f444aff

fix regression crash on sid 1005597703 due to uninitialzed (i.e., garbage initialized) structure.

Steven Morgan authored on 2015/12/23 03:36:51
December 22, 2015
View 85c6edd

bb11456 - corrects mso stream prefix value for big endian processors. Patch by Jim Morris.

Steven Morgan authored on 2015/12/22 07:39:47