.. |
7z
|
Fixes for issues identified by coverity.
|
6 years ago |
c++
|
autojunk'd
|
6 years ago |
jsparse
|
fuzz - 13495 - Fix for memory leak due to lacking error handling when normalizing javascript.
|
6 years ago |
lzw
|
Correcting types from int to cl_error_t where appropriate. Eliminating unused variables and referencing unused parameters to remove warnings.
|
6 years ago |
nsis
|
bb12371 - nsis - manually adding patch by Albert Astals Cid to mitigate bzip2 CVE-2019-12900
|
6 years ago |
regex
|
Assortment of warning fixes.
|
6 years ago |
tomsfastmath
|
compiler warning suppression
|
9 years ago |
.gitignore
|
…
|
|
7z_iface.c
|
Argument and return types for fmap_readn(), cli_writen(), cli_readn() converted to use size_t instead of int.
|
6 years ago |
7z_iface.h
|
Updating and cleaning up copyright notices.
|
6 years ago |
Doxyfile
|
…
|
|
Makefile.am
|
Adds --with-libjson-static=DIR option to configure.
|
6 years ago |
Makefile.in
|
Autojunk'd
|
6 years ago |
adc.c
|
Updating and cleaning up copyright notices.
|
6 years ago |
adc.h
|
Updating and cleaning up copyright notices.
|
6 years ago |
apm.c
|
Updating and cleaning up copyright notices.
|
6 years ago |
apm.h
|
Updating and cleaning up copyright notices.
|
6 years ago |
arc4.c
|
Updating and cleaning up copyright notices.
|
6 years ago |
arc4.h
|
Updating and cleaning up copyright notices.
|
6 years ago |
asn1.c
|
Handle two more Authenticode parsing edge cases
|
6 years ago |
asn1.h
|
Multiple blacklist sigs can now match with allmatch
|
6 years ago |
aspack.c
|
Restore the correct OEP for aspack unpacked exes
|
6 years ago |
aspack.h
|
Updating and cleaning up copyright notices.
|
6 years ago |
autoit.c
|
Support the ternary operators (AutoIt script extraction)
|
6 years ago |
autoit.h
|
Updating and cleaning up copyright notices.
|
6 years ago |
bcfeatures.h
|
Updating and cleaning up copyright notices.
|
6 years ago |
bignum.h
|
clang-format'd using new .clang-format rules.
|
6 years ago |
bignum_fast.h
|
clang-format'd using new .clang-format rules.
|
6 years ago |
binhex.c
|
Argument and return types for fmap_readn(), cli_writen(), cli_readn() converted to use size_t instead of int.
|
6 years ago |
binhex.h
|
Updating and cleaning up copyright notices.
|
6 years ago |
blob.c
|
Freshclam refresh. This update makes libcurl a hard requirement for ClamAV.
|
6 years ago |
blob.h
|
Updating and cleaning up copyright notices.
|
6 years ago |
builtin_bytecodes.h
|
Updating and cleaning up copyright notices.
|
6 years ago |
bytecode.c
|
Additional variable type changes for correctness and to silence warnings. A handful of other minor changes to silence warnings. Corrected a number of function definitions so they return cl_error_t rather than int.
|
6 years ago |
bytecode.h
|
Updating and cleaning up copyright notices.
|
6 years ago |
bytecode_api.c
|
Error handling improvements in bytecode api function to alleviate coverity complaints.
|
6 years ago |
bytecode_api.h
|
Version increment from 0.102 -> 0.103.
|
6 years ago |
bytecode_api_decl.c
|
Update to clamav-devel to synchronize with the clamav-bytecode-compiler project.
|
6 years ago |
bytecode_api_impl.h
|
Updating and cleaning up copyright notices.
|
6 years ago |
bytecode_detect.c
|
Updating and cleaning up copyright notices.
|
6 years ago |
bytecode_detect.h
|
Updating and cleaning up copyright notices.
|
6 years ago |
bytecode_hooks.h
|
Updating and cleaning up copyright notices.
|
6 years ago |
bytecode_nojit.c
|
Updating and cleaning up copyright notices.
|
6 years ago |
bytecode_priv.h
|
Updating and cleaning up copyright notices.
|
6 years ago |
bytecode_vm.c
|
clamonacc - conform to clang-format
|
6 years ago |
cache.c
|
Fixes to alleviate warnings with regards to mempool usage.
|
6 years ago |
cache.h
|
Updating and cleaning up copyright notices.
|
6 years ago |
clamav.h
|
Adds new clamav-version.h to clamav.h so it doesn't have to be included separately, and adds example usage to the ex1.c example program.
|
6 years ago |
clambc.h
|
Updating and cleaning up copyright notices.
|
6 years ago |
conv.c
|
clang-format'd using new .clang-format rules.
|
6 years ago |
conv.h
|
…
|
|
cpio.c
|
Argument and return types for fmap_readn(), cli_writen(), cli_readn() converted to use size_t instead of int.
|
6 years ago |
cpio.h
|
Updating and cleaning up copyright notices.
|
6 years ago |
crtmgr.c
|
Ignore e for whitelist CRBs, allow blank serials
|
6 years ago |
crtmgr.h
|
Handle two more Authenticode parsing edge cases
|
6 years ago |
crypto.c
|
bb12238 - Removing support for deprecated readdir_r() function. The readdir() function is thread safe so long as you don't share a dir object between threads. If you do, it requires a mutex.
|
6 years ago |
cvd.c
|
Converted mpool calls to macros when USE_MPOOL is defined to clearly differentiate between function and macro behavior.
|
6 years ago |
cvd.h
|
Updating and cleaning up copyright notices.
|
6 years ago |
dconf.c
|
Converted mpool calls to macros when USE_MPOOL is defined to clearly differentiate between function and macro behavior.
|
6 years ago |
dconf.h
|
Added new EGG archive extraction feature, written from scratch based on ESTsoft's EGG archive specification.
|
6 years ago |
default.h
|
Adds --max-scantime clamscan option and MaxScanTime clamd config option.
|
6 years ago |
disasm-common.h
|
Updating and cleaning up copyright notices.
|
6 years ago |
disasm.c
|
Updating and cleaning up copyright notices.
|
6 years ago |
disasm.h
|
Updating and cleaning up copyright notices.
|
6 years ago |
disasmpriv.h
|
Updating and cleaning up copyright notices.
|
6 years ago |
dlp.c
|
DLP module length values converted from int to size_t.
|
6 years ago |
dlp.h
|
DLP module length values converted from int to size_t.
|
6 years ago |
dmg.c
|
Argument and return types for fmap_readn(), cli_writen(), cli_readn() converted to use size_t instead of int.
|
6 years ago |
dmg.h
|
Updating and cleaning up copyright notices.
|
6 years ago |
dsig.c
|
Updating and cleaning up copyright notices.
|
6 years ago |
dsig.h
|
Updating and cleaning up copyright notices.
|
6 years ago |
egg.c
|
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.
|
6 years ago |
egg.h
|
Converted egg parser to use cl_error_t instead of cl_egg_error_t.
|
6 years ago |
elf.c
|
clamonacc - conform to clang-format
|
6 years ago |
elf.h
|
Linux bytecode unpackers
|
6 years ago |
encoding_aliases.h
|
Updating and cleaning up copyright notices.
|
6 years ago |
entconv.c
|
Additional variable type changes for correctness and to silence warnings. A handful of other minor changes to silence warnings. Corrected a number of function definitions so they return cl_error_t rather than int.
|
6 years ago |
entconv.h
|
Updating and cleaning up copyright notices.
|
6 years ago |
entitylist.h
|
Updating and cleaning up copyright notices.
|
6 years ago |
events.c
|
Updating and cleaning up copyright notices.
|
6 years ago |
events.h
|
Mach-O bytecode unpackers
|
6 years ago |
execs.c
|
Address code-review comments, fix several memleaks
|
6 years ago |
execs.h
|
Update to clamav-devel to synchronize with the clamav-bytecode-compiler project.
|
6 years ago |
explode.c
|
Updating and cleaning up copyright notices.
|
6 years ago |
explode.h
|
Updating and cleaning up copyright notices.
|
6 years ago |
filetypes.c
|
Adds unzip parser code readability improvements; doxygen function comments.
|
6 years ago |
filetypes.h
|
Correcting types from int to cl_error_t where appropriate. Eliminating unused variables and referencing unused parameters to remove warnings.
|
6 years ago |
filetypes_int.h
|
Added new EGG archive extraction feature, written from scratch based on ESTsoft's EGG archive specification.
|
6 years ago |
filtering.c
|
Updating and cleaning up copyright notices.
|
6 years ago |
filtering.h
|
Updating and cleaning up copyright notices.
|
6 years ago |
fmap.c
|
Argument and return types for fmap_readn(), cli_writen(), cli_readn() converted to use size_t instead of int.
|
6 years ago |
fmap.h
|
Argument and return types for fmap_readn(), cli_writen(), cli_readn() converted to use size_t instead of int.
|
6 years ago |
fpu.c
|
Updating and cleaning up copyright notices.
|
6 years ago |
fpu.h
|
Updating and cleaning up copyright notices.
|
6 years ago |
fsg.c
|
Updating and cleaning up copyright notices.
|
6 years ago |
fsg.h
|
Updating and cleaning up copyright notices.
|
6 years ago |
gpt.c
|
Updating and cleaning up copyright notices.
|
6 years ago |
gpt.h
|
Updating and cleaning up copyright notices.
|
6 years ago |
hashtab.c
|
oss-fuzz - 13649 - add 64bit typecast when searching hashtable to ensure constant-val leftshift will always fit as expected, regardless of architecture
|
6 years ago |
hashtab.h
|
Updating and cleaning up copyright notices.
|
6 years ago |
hfsplus.c
|
Argument and return types for fmap_readn(), cli_writen(), cli_readn() converted to use size_t instead of int.
|
6 years ago |
hfsplus.h
|
Updating and cleaning up copyright notices.
|
6 years ago |
hostid.c
|
clang-format'd using new .clang-format rules.
|
6 years ago |
hostid.h
|
…
|
|
htmlnorm.c
|
Eliminates a few warnings.
|
6 years ago |
htmlnorm.h
|
Updating and cleaning up copyright notices.
|
6 years ago |
hwp.c
|
Converted off_t types in HWP parser to size_t, both for correctness as these offsets may never be negative and to eliminate compile warnings.
|
6 years ago |
hwp.h
|
Additional variable type changes for correctness and to silence warnings. A handful of other minor changes to silence warnings. Corrected a number of function definitions so they return cl_error_t rather than int.
|
6 years ago |
iana_cctld.h
|
…
|
|
iana_tld.h
|
clang-format'd using new .clang-format rules.
|
6 years ago |
inffixed64.h
|
Spelling Adjustments (#30)
|
7 years ago |
inflate64.c
|
Spelling Adjustments (#30)
|
7 years ago |
inflate64.h
|
Spelling Adjustments (#30)
|
7 years ago |
inflate64_priv.h
|
Spelling Adjustments (#30)
|
7 years ago |
iowrap.c
|
Updating and cleaning up copyright notices.
|
6 years ago |
iowrap.h
|
Updating and cleaning up copyright notices.
|
6 years ago |
is_tar.c
|
clang-format'd using new .clang-format rules.
|
6 years ago |
is_tar.h
|
clang-format'd using new .clang-format rules.
|
6 years ago |
ishield.c
|
Argument and return types for fmap_readn(), cli_writen(), cli_readn() converted to use size_t instead of int.
|
6 years ago |
ishield.h
|
Updating and cleaning up copyright notices.
|
6 years ago |
iso9660.c
|
Argument and return types for fmap_readn(), cli_writen(), cli_readn() converted to use size_t instead of int.
|
6 years ago |
iso9660.h
|
Updating and cleaning up copyright notices.
|
6 years ago |
jpeg.c
|
Updating and cleaning up copyright notices.
|
6 years ago |
jpeg.h
|
Updating and cleaning up copyright notices.
|
6 years ago |
json_api.c
|
json api return types converted to cl_error_t from int
|
6 years ago |
json_api.h
|
json api return types converted to cl_error_t from int
|
6 years ago |
libclamav.map
|
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.
|
6 years ago |
libmspack.c
|
Fix for bad format string, identified by coverity.
|
6 years ago |
libmspack.h
|
Eliminating AUTHORS file, and moving acknowledgements for various source code contributions to the file comment blocks for the individual files, as appropriate.
|
7 years ago |
line.c
|
Updating and cleaning up copyright notices.
|
6 years ago |
line.h
|
Updating and cleaning up copyright notices.
|
6 years ago |
lzma_iface.c
|
Updating and cleaning up copyright notices.
|
6 years ago |
lzma_iface.h
|
Updating and cleaning up copyright notices.
|
6 years ago |
macho.c
|
clamonacc - conform to clang-format
|
6 years ago |
macho.h
|
Mach-O bytecode unpackers
|
6 years ago |
matcher-ac.c
|
bb12389 - fast AC sig load - courtesy of Alberto Wu
|
6 years ago |
matcher-ac.h
|
bb12389 - fast AC sig load - courtesy of Alberto Wu
|
6 years ago |
matcher-bm.c
|
Converted mpool calls to macros when USE_MPOOL is defined to clearly differentiate between function and macro behavior.
|
6 years ago |
matcher-bm.h
|
Correcting types from int to cl_error_t where appropriate. Eliminating unused variables and referencing unused parameters to remove warnings.
|
6 years ago |
matcher-byte-comp.c
|
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.
|
6 years ago |
matcher-byte-comp.h
|
Updating and cleaning up copyright notices.
|
6 years ago |
matcher-hash.c
|
Converted mpool calls to macros when USE_MPOOL is defined to clearly differentiate between function and macro behavior.
|
6 years ago |
matcher-hash.h
|
Updating and cleaning up copyright notices.
|
6 years ago |
matcher-pcre.c
|
Adds --max-scantime clamscan option and MaxScanTime clamd config option.
|
6 years ago |
matcher-pcre.h
|
Correcting types from int to cl_error_t where appropriate. Eliminating unused variables and referencing unused parameters to remove warnings.
|
6 years ago |
matcher.c
|
Eliminates a few warnings.
|
6 years ago |
matcher.h
|
Correcting types from int to cl_error_t where appropriate. Eliminating unused variables and referencing unused parameters to remove warnings.
|
6 years ago |
mbox.c
|
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.
|
6 years ago |
mbox.h
|
Updating and cleaning up copyright notices.
|
6 years ago |
mbr.c
|
Updating and cleaning up copyright notices.
|
6 years ago |
mbr.h
|
Updating and cleaning up copyright notices.
|
6 years ago |
message.c
|
Fixes for issues identified by coverity.
|
6 years ago |
message.h
|
Updating and cleaning up copyright notices.
|
6 years ago |
mew.c
|
Updating and cleaning up copyright notices.
|
6 years ago |
mew.h
|
Updating and cleaning up copyright notices.
|
6 years ago |
mpool.c
|
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.
|
6 years ago |
mpool.h
|
Fixes to alleviate warnings with regards to mempool usage.
|
6 years ago |
msdoc.c
|
Additional variable type changes for correctness and to silence warnings. A handful of other minor changes to silence warnings. Corrected a number of function definitions so they return cl_error_t rather than int.
|
6 years ago |
msdoc.h
|
Added new EGG archive extraction feature, written from scratch based on ESTsoft's EGG archive specification.
|
6 years ago |
msexpand.c
|
Argument and return types for fmap_readn(), cli_writen(), cli_readn() converted to use size_t instead of int.
|
6 years ago |
msexpand.h
|
Updating and cleaning up copyright notices.
|
6 years ago |
msxml.c
|
Additional variable type changes for correctness and to silence warnings. A handful of other minor changes to silence warnings. Corrected a number of function definitions so they return cl_error_t rather than int.
|
6 years ago |
msxml.h
|
Additional variable type changes for correctness and to silence warnings. A handful of other minor changes to silence warnings. Corrected a number of function definitions so they return cl_error_t rather than int.
|
6 years ago |
msxml_parser.c
|
Argument and return types for fmap_readn(), cli_writen(), cli_readn() converted to use size_t instead of int.
|
6 years ago |
msxml_parser.h
|
Additional variable type changes for correctness and to silence warnings. A handful of other minor changes to silence warnings. Corrected a number of function definitions so they return cl_error_t rather than int.
|
6 years ago |
ole2_extract.c
|
oss-fuzz - fixup fixes for ole2 and macho based on review
|
6 years ago |
ole2_extract.h
|
Updating and cleaning up copyright notices.
|
6 years ago |
ooxml.c
|
Additional variable type changes for correctness and to silence warnings. A handful of other minor changes to silence warnings. Corrected a number of function definitions so they return cl_error_t rather than int.
|
6 years ago |
ooxml.h
|
Updating and cleaning up copyright notices.
|
6 years ago |
openioc.c
|
Fixes to alleviate warnings with regards to mempool usage.
|
6 years ago |
openioc.h
|
Updating and cleaning up copyright notices.
|
6 years ago |
others.c
|
Adds --max-scantime clamscan option and MaxScanTime clamd config option.
|
6 years ago |
others.h
|
Version increment from 0.102 -> 0.103.
|
6 years ago |
others_common.c
|
bb12391: Fixes error handling of cli_readn() in cli_filecopy(), preventing possible infinite loop.
|
6 years ago |
packlibs.c
|
Updating and cleaning up copyright notices.
|
6 years ago |
packlibs.h
|
Updating and cleaning up copyright notices.
|
6 years ago |
pdf.c
|
Fix to dereference pdf pointer after NULL check, not before.
|
6 years ago |
pdf.h
|
clamonacc - conform to clang-format
|
6 years ago |
pdfdecode.c
|
Additional variable type changes for correctness and to silence warnings. A handful of other minor changes to silence warnings. Corrected a number of function definitions so they return cl_error_t rather than int.
|
6 years ago |
pdfdecode.h
|
Fixes to a handful of bugs identified during regression testing of PDF and UnRAR changes.
|
7 years ago |
pdfng.c
|
Additional variable type changes for correctness and to silence warnings. A handful of other minor changes to silence warnings. Corrected a number of function definitions so they return cl_error_t rather than int.
|
6 years ago |
pe.c
|
Handle case where Authenticode sig directly follows PE header
|
6 years ago |
pe.h
|
Update to clamav-devel to synchronize with the clamav-bytecode-compiler project.
|
6 years ago |
pe_icons.c
|
Fix formatting
|
6 years ago |
pe_icons.h
|
PE parsing code improvements, db loading bug fixes
|
6 years ago |
pe_structs.h
|
Update to clamav-devel to synchronize with the clamav-bytecode-compiler project.
|
6 years ago |
perflogging.c
|
Updating and cleaning up copyright notices.
|
6 years ago |
perflogging.h
|
Updating and cleaning up copyright notices.
|
6 years ago |
petite.c
|
Updating and cleaning up copyright notices.
|
6 years ago |
petite.h
|
Updating and cleaning up copyright notices.
|
6 years ago |
phish_domaincheck_db.c
|
Updating and cleaning up copyright notices.
|
6 years ago |
phish_domaincheck_db.h
|
Updating and cleaning up copyright notices.
|
6 years ago |
phish_whitelist.c
|
Converted mpool calls to macros when USE_MPOOL is defined to clearly differentiate between function and macro behavior.
|
6 years ago |
phish_whitelist.h
|
Correcting types from int to cl_error_t where appropriate. Eliminating unused variables and referencing unused parameters to remove warnings.
|
6 years ago |
phishcheck.c
|
Converted mpool calls to macros when USE_MPOOL is defined to clearly differentiate between function and macro behavior.
|
6 years ago |
phishcheck.h
|
Correcting types from int to cl_error_t where appropriate. Eliminating unused variables and referencing unused parameters to remove warnings.
|
6 years ago |
png.c
|
Argument and return types for fmap_readn(), cli_writen(), cli_readn() converted to use size_t instead of int.
|
6 years ago |
png.h
|
Updating and cleaning up copyright notices.
|
6 years ago |
prtn_intxn.c
|
Updating and cleaning up copyright notices.
|
6 years ago |
prtn_intxn.h
|
Updating and cleaning up copyright notices.
|
6 years ago |
qsort.c
|
Replacing libclamav/cltypes.h with clamav-types.h.in, which generates a header clamav-types.h that we install alongside clamav.h.
|
6 years ago |
readdb.c
|
Ignore e for whitelist CRBs, allow blank serials
|
6 years ago |
readdb.h
|
Fix to alleviate circular dependency between readdb.h and matcher.h
|
6 years ago |
rebuildpe.c
|
Argument and return types for fmap_readn(), cli_writen(), cli_readn() converted to use size_t instead of int.
|
6 years ago |
rebuildpe.h
|
Updating and cleaning up copyright notices.
|
6 years ago |
regex_list.c
|
Converted mpool calls to macros when USE_MPOOL is defined to clearly differentiate between function and macro behavior.
|
6 years ago |
regex_list.h
|
Correcting types from int to cl_error_t where appropriate. Eliminating unused variables and referencing unused parameters to remove warnings.
|
6 years ago |
regex_pcre.c
|
Variable type corrections for pcre/pcre2 code.
|
6 years ago |
regex_pcre.h
|
Variable type corrections for pcre/pcre2 code.
|
6 years ago |
regex_suffix.c
|
Return code checking corrections to regex suffix code.
|
6 years ago |
regex_suffix.h
|
Return code checking corrections to regex suffix code.
|
6 years ago |
rijndael.c
|
…
|
|
rijndael.h
|
…
|
|
rtf.c
|
Argument and return types for fmap_readn(), cli_writen(), cli_readn() converted to use size_t instead of int.
|
6 years ago |
rtf.h
|
Updating and cleaning up copyright notices.
|
6 years ago |
scanners.c
|
Fixes filename memory leak for empty files in EGG archives.
|
6 years ago |
scanners.h
|
Updating and cleaning up copyright notices.
|
6 years ago |
sf_base64decode.c
|
Updating and cleaning up copyright notices.
|
6 years ago |
sf_base64decode.h
|
Updating and cleaning up copyright notices.
|
6 years ago |
sis.c
|
Removed warnings.
|
6 years ago |
sis.h
|
Updating and cleaning up copyright notices.
|
6 years ago |
special.c
|
Updating and cleaning up copyright notices.
|
6 years ago |
special.h
|
Updating and cleaning up copyright notices.
|
6 years ago |
spin.c
|
Updating and cleaning up copyright notices.
|
6 years ago |
spin.h
|
Updating and cleaning up copyright notices.
|
6 years ago |
stats.c
|
clang-format'd using new .clang-format rules.
|
6 years ago |
stats.h
|
…
|
|
stats_json.c
|
clang-format'd using new .clang-format rules.
|
6 years ago |
stats_json.h
|
…
|
|
str.c
|
Add NULL check in cli_isnumber
|
6 years ago |
str.h
|
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.
|
6 years ago |
strlcat.c
|
clang-format'd using new .clang-format rules.
|
6 years ago |
swf.c
|
Argument and return types for fmap_readn(), cli_writen(), cli_readn() converted to use size_t instead of int.
|
6 years ago |
swf.h
|
Updating and cleaning up copyright notices.
|
6 years ago |
table.c
|
Updating and cleaning up copyright notices.
|
6 years ago |
table.h
|
Updating and cleaning up copyright notices.
|
6 years ago |
text.c
|
Updating and cleaning up copyright notices.
|
6 years ago |
text.h
|
Updating and cleaning up copyright notices.
|
6 years ago |
textdet.c
|
Updating and cleaning up copyright notices.
|
6 years ago |
textdet.h
|
Updating and cleaning up copyright notices.
|
6 years ago |
textnorm.c
|
Updating and cleaning up copyright notices.
|
6 years ago |
textnorm.h
|
Updating and cleaning up copyright notices.
|
6 years ago |
tiff.c
|
Updating and cleaning up copyright notices.
|
6 years ago |
tiff.h
|
Updating and cleaning up copyright notices.
|
6 years ago |
tnef.c
|
Argument and return types for fmap_readn(), cli_writen(), cli_readn() converted to use size_t instead of int.
|
6 years ago |
tnef.h
|
Updating and cleaning up copyright notices.
|
6 years ago |
type_desc.h
|
Updating and cleaning up copyright notices.
|
6 years ago |
unarj.c
|
Argument and return types for fmap_readn(), cli_writen(), cli_readn() converted to use size_t instead of int.
|
6 years ago |
unarj.h
|
Updating and cleaning up copyright notices.
|
6 years ago |
uniq.c
|
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.
|
6 years ago |
uniq.h
|
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.
|
6 years ago |
unsp.c
|
Updating and cleaning up copyright notices.
|
6 years ago |
unsp.h
|
Updating and cleaning up copyright notices.
|
6 years ago |
untar.c
|
Argument and return types for fmap_readn(), cli_writen(), cli_readn() converted to use size_t instead of int.
|
6 years ago |
untar.h
|
Argument and return types for fmap_readn(), cli_writen(), cli_readn() converted to use size_t instead of int.
|
6 years ago |
unzip.c
|
Modifies zip scanning behavior so it scans files using zip records from the catalogue which provides deduplication of file records resulting in faster extraction and scan time and reducing the likelihood of alerting on non-malicious duplicate file entries as overlapping files.
|
6 years ago |
unzip.h
|
Adds unzip parser code readability improvements; doxygen function comments.
|
6 years ago |
upack.c
|
Updating and cleaning up copyright notices.
|
6 years ago |
upack.h
|
Updating and cleaning up copyright notices.
|
6 years ago |
upx.c
|
fuzz - 12251, 12194 - fixing left shifting issue with upx decoding when determining back offsets
|
6 years ago |
upx.h
|
Updating and cleaning up copyright notices.
|
6 years ago |
uuencode.c
|
Updating and cleaning up copyright notices.
|
6 years ago |
uuencode.h
|
Updating and cleaning up copyright notices.
|
6 years ago |
vba_extract.c
|
oss-fuzz - 13468 - fix shift of negative value when converting from unicode
|
6 years ago |
vba_extract.h
|
Argument and return types for fmap_readn(), cli_writen(), cli_readn() converted to use size_t instead of int.
|
6 years ago |
version.c
|
clang-format'd using new .clang-format rules.
|
6 years ago |
wwunpack.c
|
Argument and return types for fmap_readn(), cli_writen(), cli_readn() converted to use size_t instead of int.
|
6 years ago |
wwunpack.h
|
Argument and return types for fmap_readn(), cli_writen(), cli_readn() converted to use size_t instead of int.
|
6 years ago |
www.c
|
clang-format'd using new .clang-format rules.
|
6 years ago |
www.h
|
…
|
|
xar.c
|
Additional variable type changes for correctness and to silence warnings. A handful of other minor changes to silence warnings. Corrected a number of function definitions so they return cl_error_t rather than int.
|
6 years ago |
xar.h
|
Updating and cleaning up copyright notices.
|
6 years ago |
xdp.c
|
clang-format'd using new .clang-format rules.
|
6 years ago |
xdp.h
|
…
|
|
xz_iface.c
|
fuzz - 12124 - Added missing hash cleanup checks in Xz decoder.
|
6 years ago |
xz_iface.h
|
Updating and cleaning up copyright notices.
|
6 years ago |
yara_arena.c
|
…
|
|
yara_arena.h
|
…
|
|
yara_clam.h
|
Updating and cleaning up copyright notices.
|
6 years ago |
yara_compiler.c
|
clang-format'd using new .clang-format rules.
|
6 years ago |
yara_compiler.h
|
…
|
|
yara_exec.c
|
More cleanup re: variables possibly used before initialized.
|
7 years ago |
yara_exec.h
|
…
|
|
yara_grammar.c
|
Updating generated yara_grammar and yara_lexer files. Including modification to yara_grammar.y to include yara_compiler.h in both the .h and .c file, as previously it was manually added to the .h file which causes build failures if you don't realize this and need to recompile the yacc file.
|
6 years ago |
yara_grammar.h
|
Updating generated yara_grammar and yara_lexer files. Including modification to yara_grammar.y to include yara_compiler.h in both the .h and .c file, as previously it was manually added to the .h file which causes build failures if you don't realize this and need to recompile the yacc file.
|
6 years ago |
yara_grammar.y
|
Correcting types from int to cl_error_t where appropriate. Eliminating unused variables and referencing unused parameters to remove warnings.
|
6 years ago |
yara_hash.c
|
…
|
|
yara_hash.h
|
…
|
|
yara_lexer.c
|
Updating generated yara_grammar and yara_lexer files. Including modification to yara_grammar.y to include yara_compiler.h in both the .h and .c file, as previously it was manually added to the .h file which causes build failures if you don't realize this and need to recompile the yacc file.
|
6 years ago |
yara_lexer.h
|
clang-format'd using new .clang-format rules.
|
6 years ago |
yara_lexer.l
|
Correcting types from int to cl_error_t where appropriate. Eliminating unused variables and referencing unused parameters to remove warnings.
|
6 years ago |
yara_parser.c
|
Correcting types from int to cl_error_t where appropriate. Eliminating unused variables and referencing unused parameters to remove warnings.
|
6 years ago |
yara_parser.h
|
fix to update autogenerated files for machines that do not have bison installed. also eliminating warning in .y file at the same time by removing ifdef from yara_parser.h
|
8 years ago |
yc.c
|
Argument and return types for fmap_readn(), cli_writen(), cli_readn() converted to use size_t instead of int.
|
6 years ago |
yc.h
|
Updating and cleaning up copyright notices.
|
6 years ago |