August 23, 2019
View 2e06875

bb12370 - cli_strndup and other str* replacements must be built and exported for every OS to be used outside of libclamav on systems that don't have the original functions (e.g. strndup). This commit renames the macros to be uppercase, renames the replacement functions to be preceeded with two understores (e.g. __cli_strndup), and removes the ifdef's so that they are built regardless, because there are no ifdefs in libclamav.map.

Micah Snyder authored on 2019/08/23 05:51:01
June 5, 2019
View 6c5805e

Fix buffer length check

Paul Arthur authored on 2019/06/05 04:17:24
View 77ecb70

bcomp - jira826 - fix off by one write during byte compare normalization found while doing ASAN testing

Mickey Sola authored on 2019/06/05 01:49:37
May 4, 2019
View 0efcd55

Assortment of warning fixes.

Micah Snyder authored on 2019/05/04 07:25:17
View 544fa97

Converted mpool calls to macros when USE_MPOOL is defined to clearly differentiate between function and macro behavior.

Micah Snyder authored on 2019/05/04 07:16:03
February 27, 2019
View 102cd43

Correcting types from int to cl_error_t where appropriate. Eliminating unused variables and referencing unused parameters to remove warnings.

Micah Snyder authored on 2019/02/27 14:47:38
January 26, 2019
View e1cbc27

Updating and cleaning up copyright notices.

Micah Snyder authored on 2019/01/26 00:15:50
December 6, 2018
View e030ba4

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

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

Micah Snyder authored on 2018/12/04 02:40:13
November 17, 2018
View 7a58f37

bcomp - removing const qualifier from working comp buffers

Mickey Sola authored on 2018/11/17 04:18:10
November 15, 2018
View 9703d97

bcomp - fixing signedness issue with large extracted binary values

Mickey Sola authored on 2018/11/15 06:08:59
October 26, 2018
View 2ffb4f3

bcomp - fixing issue where whitespace normalization buffer wasn't being freed, fixing issue where little endian normalization was being done on the file buffer and not the normalized whitepsace buffer, fixed issue where auto detection wasn't being done on normalized whitespace buffer

Mickey Sola authored on 2018/10/26 03:30:07
October 25, 2018
View e0295a9

bcomp - fixing issue with little-endian odd-nibble hex evaluation where the normalized numbered of bytes were not being read via strntoul

Mickey Sola authored on 2018/10/25 05:17:40
View 26b75b3

bcomp - fixing issue where autodetect would not identify decimals when bytelen was less than 3, fixing issue with little endian hex normalization where unwanted nibbles were being evaluated

Mickey Sola authored on 2018/10/25 01:30:36
October 24, 2018
View ca400ee

bcomp - fixing issue with whitespacing padding, fixing issue with little endian extraction of odd nibbled hex sequences, refactoring hex/decimal auto checking and hex buffer normalization code, fixing issue with normalization where it was possible to evaluate unwanted hex bytes, fixing issue with big endian conversion of decimal extracted sequence values after use of cli_strntoul

Mickey Sola authored on 2018/10/24 04:28:50