aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* Wrong counter incrementHEADmasterNicolas Badoux2024-09-23
* Added max recusrion depth for cJSONDuplicate to prevent stack exhaustion in c...Nicolas Badoux2024-09-23
* Free mem in cjson_set_valuestring_should_return_null_if_strings_overlapNicolas Badoux2024-08-30
* CJSON_SetValuestring: better test for overlapping stringNicolas Badoux2024-08-30
* CJSON_SetValuestring: add test for overlapping stringNicolas Badoux2024-08-30
* fix #881, check overlap before calling strcpy in cJSON_SetValuestringNicolas Badoux2024-08-30
* cJSON_DetachItemViaPointer: added test and fix for check for null in item->prevNicolas Badoux2024-08-30
* Check for NULL in cJSON_DetachItemViaPointerNicolas Badoux2024-08-30
* Revert "feat: add tests for #842" to fix test failuresAlanscut2024-06-19
* Fix spelling errors found by CodeSpell. See https://github.com/codespell-pro...Shaun Case2024-05-14
* Fix indentation (should use spaces)DL6ER2024-05-14
* add contributorsv1.7.18Alanscut2024-05-13
* Release 1.7.18Alanscut2024-05-13
* feat: add tests for #842Alanscut2024-05-13
* Set free'd pointers to NULL whenever they are not reassigned immediately aftermaebex2024-05-13
* fix: remove misused optimization flag -01Alanscut2024-05-09
* Fix heap buffer overfloworri2024-05-06
* Add test for heap buffer overfloworri2024-05-06
* Remove non-functional list handling of compiler flagsorri2024-05-06
* update comments and add tests for cJSON_SetValuestringAlanscut2024-04-29
* fix: fix incorrect name in security.mdAlanscut2024-04-28
* Create SECURITY.mdAlan Wang2024-04-26
* Add NULL check to cJSON_SetValuestring()Up-wind2024-04-26
* Release 1.7.17v1.7.17Alanscut2023-12-26
* fix error in null checkings (#810)Lee2023-12-20
* add NULL checkings (#809)Lee2023-12-18
* Release 1.7.16 (#770)v1.7.16Alan Wang2023-07-05
* upgrade clang to fix actions error (#768)Alan Wang2023-07-04
* Add meson documentation (#761)MaxBrandtner2023-07-03
* Fix a null pointer crash in cJSON_ReplaceItemViaPointer (#726)hopper-vul2023-07-01
* fix: add allocate check for replace_item_in_object (#675)Junbo Zheng2022-03-29
* feat: add cJSON_SetBoolValue and test (#639)Stoian Ivanov2022-01-26
* docs: Fix README typo (#664)mohawk22022-01-26
* chore: add CIFuzz integration (#437)Randy2022-01-20
* chore: ignore all .dylib files (#628)Tony Langhammer2022-01-20
* fix: 'cjson_utils-static' target not exist(#625)10km2022-01-19
* add an option for ENABLE_CJSON_VERSION_SO in CMakeLists.txt (#534)Andy2022-01-19
* fix: print int without decimal places (#630)AlexanderVasiljev2022-01-19
* chore: ignore *.lst/*.lss file (#623)Alan Wang2021-10-22
* build: Bump cmake version and use new version syntax (#587)Joshua Arulsamy2021-10-22
* docs: update comment (#622)Alan Wang2021-10-22
* fix: add cmake_policy to CMakeLists.txt (#613)SuperHuan2021-10-22
* fix: for issue #569, now use the guard to turn it off (#617)Sayan Bandyopadhyay2021-10-22
* fix: potential memory leak in merge_patch() (#611)Alan Wang2021-08-26
* chore: update version and changelog (#610)v1.7.15Alan Wang2021-08-25
* fix: remove redundant condition (#605)Alan Wang2021-08-25
* Typos found by codespell (#607)Dimitri Papadopoulos Orfanos2021-08-25
* Update .gitattributes (#544)CoffeeTableEspresso2020-12-31
* Fix potential core dumped for strrchr (#546)Alan Wang2020-12-31
* Remove always true condition in cJSON.c (#539)Jordan IMBERT2020-12-17