Release 1.7.18

This commit is contained in:
Alanscut
2024-05-13 18:26:15 +08:00
committed by Alan Wang
parent 5b502cdbfb
commit 76be8fcf15
5 changed files with 14 additions and 4 deletions
+10
View File
@@ -1,3 +1,13 @@
1.7.18 (May 13, 2024)
======
Fixes:
------
* Add NULL check to cJSON_SetValuestring()(CVE-2024-31755), see #839 and #840
* Remove non-functional list handling of compiler flags, see #851
* Fix heap buffer overflow, see #852
* remove misused optimization flag -01, see #854
* Set free'd pointers to NULL whenever they are not reassigned immediately after, see #855 and #833
1.7.17 (Dec 26, 2023)
======
Fixes: