June 14, 2019
View c943e22

Correcting use of unsigned variable to a signed off_t variable in calculation that was intended to result in a negative number but failed on 32bit platforms without a cast.

Micah Snyder authored on 2019/06/14 13:32:52
May 5, 2019
View 6c03dc5

Argument and return types for fmap_readn(), cli_writen(), cli_readn() converted to use size_t instead of int.

Micah Snyder authored on 2019/05/05 04:54:54
March 13, 2019
View eb1ccde

oss-fuzz - 13468 - fix shift of negative value when converting from unicode

Mickey Sola authored on 2019/03/13 03:53:19
January 26, 2019
View e1cbc27

Updating and cleaning up copyright notices.

Micah Snyder authored on 2019/01/26 00:15:50
January 23, 2019
View 49df8ea

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
December 4, 2018
View 288057e

clang-format'd using new .clang-format rules.

Micah Snyder authored on 2018/12/04 02:40:13
July 31, 2018
View 01eebc1

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
September 18, 2015
View 46a35ab

mass update of copyright headers

Mickey Sola authored on 2015/09/18 02:41:26
November 6, 2014
View 4de2f5e

bb#11164 - fixed invalid wrap-around read with vba inflation

Kevin Lin authored on 2014/11/06 06:46:11
November 4, 2014
View 9b38ab7

bb#11165 - added size check to prevent invalid reads

Kevin Lin authored on 2014/11/04 03:07:55
July 2, 2014
View 60d8d2c

Move all the crypto API to clamav.h

Shawn Webb authored on 2014/07/02 08:38:01
May 23, 2014
View e182c02

support libjson-c 0.10, 1.11, and 1.12

Steven Morgan authored on 2014/05/23 22:46:06
April 22, 2014
View 4c37996

doc/ppt: moved information stream parsing from vba source to ole2 source

Kevin Lin authored on 2014/04/22 07:30:28
View 09dddc5

doc/ppt: added SummaryInfo and DocumentSummary streams parsing, JSON or debug

Kevin Lin authored on 2014/04/22 05:44:26
February 8, 2014
View b2e7c93

Use OpenSSL for hashing.

Shawn Webb authored on 2014/02/08 14:31:12