SLDiggie

Results 3 issues of SLDiggie

zlib 1.2.12 fails to build as 32-bit with the following: > 1>------ Build started: Project: zlibstat, Configuration: ReleaseWithoutAsm Win32 ------ > 1>crc32.c > 1>c:\zlib\dist\crc32.c(1089): error C2708: 'crc32_combine64': actual parameters length...

I am looking to move to 1.2.12 as a result of CVE-2018-25032, but stymied by some issues in the Windows builds. Things like: - #609 (contrib/vstudio still reference removed assembly...

From 1.7.12 -> 1.7.13 this code was changed in add_item_to_array: ` static cJSON_bool add_item_to_array(cJSON *array, cJSON *item) { cJSON *child = NULL; if ((item == NULL) || (array == NULL))...