-
-
Notifications
You must be signed in to change notification settings - Fork 42
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Not sure if we're affected by CVE-2015-8126, but we probably should ship a new build regardless.
- Loading branch information
Showing
5 changed files
with
7 additions
and
4 deletions.
There are no files selected for viewing
Submodule jansson
updated
8 files
+14 −0 | cmake/jansson_private_config.h.cmake | |
+14 −1 | doc/apiref.rst | |
+2 −2 | src/dump.c | |
+7 −0 | src/jansson.h | |
+13 −3 | src/jansson_private.h | |
+10 −10 | src/load.c | |
+1 −1 | test/suites/api/test_memory_funcs.c | |
+19 −0 | test/suites/api/test_object.c |
Submodule libpng
updated
from 259fb7 to b9c620
Submodule zlib-ng
updated
11 files
+3 −0 | CMakeLists.txt | |
+10 −4 | Makefile.in | |
+8 −2 | configure | |
+2 −0 | crc32.c | |
+11 −354 | deflate.c | |
+114 −0 | deflate_fast.c | |
+88 −61 | deflate_medium.c | |
+115 −0 | deflate_p.h | |
+160 −0 | deflate_slow.c | |
+3 −4 | gzguts.h | |
+2 −2 | zconf.h.in |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters