index
:
cjson
master
cjson mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
*
Wrong counter increment
HEAD
master
Nicolas Badoux
2024-09-23
*
Added max recusrion depth for cJSONDuplicate to prevent stack exhaustion in c...
Nicolas Badoux
2024-09-23
*
Free mem in cjson_set_valuestring_should_return_null_if_strings_overlap
Nicolas Badoux
2024-08-30
*
CJSON_SetValuestring: better test for overlapping string
Nicolas Badoux
2024-08-30
*
CJSON_SetValuestring: add test for overlapping string
Nicolas Badoux
2024-08-30
*
fix #881, check overlap before calling strcpy in cJSON_SetValuestring
Nicolas Badoux
2024-08-30
*
cJSON_DetachItemViaPointer: added test and fix for check for null in item->prev
Nicolas Badoux
2024-08-30
*
Check for NULL in cJSON_DetachItemViaPointer
Nicolas Badoux
2024-08-30
*
Revert "feat: add tests for #842" to fix test failures
Alanscut
2024-06-19
*
Fix spelling errors found by CodeSpell. See https://github.com/codespell-pro...
Shaun Case
2024-05-14
*
Fix indentation (should use spaces)
DL6ER
2024-05-14
*
add contributors
v1.7.18
Alanscut
2024-05-13
*
Release 1.7.18
Alanscut
2024-05-13
*
feat: add tests for #842
Alanscut
2024-05-13
*
Set free'd pointers to NULL whenever they are not reassigned immediately after
maebex
2024-05-13
*
fix: remove misused optimization flag -01
Alanscut
2024-05-09
*
Fix heap buffer overflow
orri
2024-05-06
*
Add test for heap buffer overflow
orri
2024-05-06
*
Remove non-functional list handling of compiler flags
orri
2024-05-06
*
update comments and add tests for cJSON_SetValuestring
Alanscut
2024-04-29
*
fix: fix incorrect name in security.md
Alanscut
2024-04-28
*
Create SECURITY.md
Alan Wang
2024-04-26
*
Add NULL check to cJSON_SetValuestring()
Up-wind
2024-04-26
*
Release 1.7.17
v1.7.17
Alanscut
2023-12-26
*
fix error in null checkings (#810)
Lee
2023-12-20
*
add NULL checkings (#809)
Lee
2023-12-18
*
Release 1.7.16 (#770)
v1.7.16
Alan Wang
2023-07-05
*
upgrade clang to fix actions error (#768)
Alan Wang
2023-07-04
*
Add meson documentation (#761)
MaxBrandtner
2023-07-03
*
Fix a null pointer crash in cJSON_ReplaceItemViaPointer (#726)
hopper-vul
2023-07-01
*
fix: add allocate check for replace_item_in_object (#675)
Junbo Zheng
2022-03-29
*
feat: add cJSON_SetBoolValue and test (#639)
Stoian Ivanov
2022-01-26
*
docs: Fix README typo (#664)
mohawk2
2022-01-26
*
chore: add CIFuzz integration (#437)
Randy
2022-01-20
*
chore: ignore all .dylib files (#628)
Tony Langhammer
2022-01-20
*
fix: 'cjson_utils-static' target not exist(#625)
10km
2022-01-19
*
add an option for ENABLE_CJSON_VERSION_SO in CMakeLists.txt (#534)
Andy
2022-01-19
*
fix: print int without decimal places (#630)
AlexanderVasiljev
2022-01-19
*
chore: ignore *.lst/*.lss file (#623)
Alan Wang
2021-10-22
*
build: Bump cmake version and use new version syntax (#587)
Joshua Arulsamy
2021-10-22
*
docs: update comment (#622)
Alan Wang
2021-10-22
*
fix: add cmake_policy to CMakeLists.txt (#613)
SuperHuan
2021-10-22
*
fix: for issue #569, now use the guard to turn it off (#617)
Sayan Bandyopadhyay
2021-10-22
*
fix: potential memory leak in merge_patch() (#611)
Alan Wang
2021-08-26
*
chore: update version and changelog (#610)
v1.7.15
Alan Wang
2021-08-25
*
fix: remove redundant condition (#605)
Alan Wang
2021-08-25
*
Typos found by codespell (#607)
Dimitri Papadopoulos Orfanos
2021-08-25
*
Update .gitattributes (#544)
CoffeeTableEspresso
2020-12-31
*
Fix potential core dumped for strrchr (#546)
Alan Wang
2020-12-31
*
Remove always true condition in cJSON.c (#539)
Jordan IMBERT
2020-12-17
[next]