libmspack
libmspack copied to clipboard
A library for some loosely related Microsoft compression formats, CAB, CHM, HLP, LIT, KWAJ and SZDD.
Coverity found the following test where `memcpy` is used to copy an overlapping buffer. `memmove` should be used instead. ``` Error: BUFFER_SIZE (CWE-474): libmspack-0.10.1alpha/test/md5.c:281: overlapping_buffer: The source buffer "&ctx->buffer[64]" potentially...
Currently fnmatch.c, even if it is selected, conditionally disables compilation of fnmatch() funciton even though the rest of the code expects to get it (e.g. because Autoconf didn't detect the...