Nathan Moinvaziri
Nathan Moinvaziri
These two changes allow interacting with XML-RPC servers that do things a bit differently. The first change supports decoding response boolean values as true/false strings where as before it would...
It seems that the promise is not rejected with an error and it generates this warning:  Consider using something like: ``` request.onerror = function() { reject(new Error('Request for '...
### Heap-buffer-overflow READ 2 · Lizard_decompress_safe ``` #0 0x760da0 in MEM_read16 c-blosc2/internal-complibs/lizard-1.0/entropy/mem.h:146:14 #1 0x760da0 in MEM_readLE16 c-blosc2/internal-complibs/lizard-1.0/entropy/mem.h:226:16 #2 0x760da0 in MEM_readLE24 c-blosc2/internal-complibs/lizard-1.0/entropy/mem.h:246:12 #3 0x760da0 in Lizard_decompress_LIZv1 c-blosc2/internal-complibs/lizard-1.0/lizard_decompress_liz.h:70:34 #4 0x760da0 in...
Added BUILD_WITH_ENTROPY cmake options to conditionally build with entropy sources in libraries.
When reading compressed input it is possible to read past the end of the input due to missing check for 2 bytes before the call to `MEM_readLE16`. Here is the...
Prevents symbol conflict when linking native API against compatibility API. See #1279. ``` crc32_braid.c:(.text+0x60): multiple definition of `crc32_braid'; ../../compat/libz.a(crc32_braid.c.o):crc32_braid.c:(.text+0x70): first defined here deflate.c:(.text+0x1a50): multiple definition of `read_buf'; ../../compat/libz.a(deflate.c.o):deflate.c:(.text+0x1a40): first defined...
* Moves cmake scripts for testing into `test/cmake`. * Separates out related `add_tests` into separate cmake scripts. * Moves building test binaries into CMakeLists.txt in `test` directory.
``` tools/maketrees.c:101:29: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes] static void gen_trees_header() tools/makecrct.c:65:27: warning: a function declaration without a prototype is deprecated...