- Jun 19, 2024
-
- May 14, 2024
-
-
-
DL6ER authored
Signed-off-by:
DL6ER <dl6er@dl6er.de>
-
- May 13, 2024
- May 09, 2024
-
-
Alanscut authored
related to #850
-
- May 06, 2024
- Apr 29, 2024
-
-
Alanscut authored
-
- Apr 28, 2024
-
-
Alanscut authored
Related to #845
-
- Apr 26, 2024
- Dec 26, 2023
-
-
Alanscut authored
update version to 1.7.17
-
- Dec 20, 2023
-
-
Lee authored
fixes #802 and #803
-
- Dec 18, 2023
-
-
Lee authored
* add NULL checks in cJSON_SetValuestring Fixes #803(CVE-2023-50472) * add NULL check in cJSON_InsertItemInArray Fixes #802(CVE-2023-50471) * add tests for NULL checks add tests for NULL checks in cJSON_InsertItemInArray and cJSON_SetValuestring
-
- Jul 05, 2023
-
-
Alan Wang authored
* Update version to 1.7.16 * Update contributors
-
- Jul 04, 2023
-
-
Alan Wang authored
Actions builds are failing because clang-8 is failing to be installed. Upgrade clang-8 to clang-14 to fix this.
-
- Jul 03, 2023
-
-
MaxBrandtner authored
-
- Jul 01, 2023
-
-
hopper-vul authored
If the parent passed in cJSON_ReplaceItemViaPointer has not a child, which means parent->child is null, a null pointer dereference crash will be happened inside cJSON_ReplaceItemViaPointer. This commit adds the NULL check of `parent->child` beforehand to inform user such incorrect usage. Signed-off-by:
hopper-vul <hopper.vul@gmail.com>
-
- Mar 29, 2022
-
-
Junbo Zheng authored
Signed-off-by:
Junbo Zheng <zhengjunbo1@xiaomi.com>
-
- Jan 26, 2022
-
-
Stoian Ivanov authored
* cJSON_SetBoolValue plus test * cJSON_Invalid insted of just 0 * Update tests/misc_tests.c * VSCode standard C formater applied Co-authored-by:
Alan Wang <wp_scut@163.com>
-
mohawk2 authored
-
- Jan 20, 2022
-
-
Randy authored
* CIFuzz integration * Rename main.yml to ci-fuzz.yml
-
Tony Langhammer authored
This fixes some .dylib files being flagged as added when compiled e.g. `libcjson.dylib.1.7.14`
-
- Jan 19, 2022
-
-
10km authored
* Update CMakeLists.txt fix the bug:when build with cmake using option '-DBUILD_SHARED_AND_STATIC_LIBS=ON -DENABLE_CJSON_UTILS=ON', build sucess, but use cmake comand 'find_package(cjson CONFIG)', 'cjson_utils' target is available,but 'cjson_utils-static' target not exist.
-
Andy authored
Co-authored-by:
m00209177 <malihu@huawei.com>
-
AlexanderVasiljev authored
-
- Oct 22, 2021
-
-
Alan Wang authored
-
Joshua Arulsamy authored
Co-authored-by:
Alan Wang <wp_scut@163.com>
-
Alan Wang authored
-
SuperHuan authored
Use the cmake_policy() command to set CMP0054 to NEW explicitly.
-
Sayan Bandyopadhyay authored
-
- Aug 26, 2021
-
-
Alan Wang authored
-
- Aug 25, 2021
-
-
Alan Wang authored
-
Alan Wang authored
-
Dimitri Papadopoulos Orfanos authored
-
- Dec 31, 2020
-
-
CoffeeTableEspresso authored
-