CHANGELOG

changeset 1587
7156d6699410
parent 1583
97fc8c55aeea
child 1590
7fc3bea76481
--- a/CHANGELOG	Sat Dec 13 15:16:25 2025 +0100
+++ b/CHANGELOG	Sat Dec 13 16:27:16 2025 +0100
@@ -21,6 +21,7 @@
  * fixes cxJsonWrite() incorrectly returning non-zero when strings needed to be escaped
  * fixes cxJsonNext() incorrectly returning CX_JSON_INCOMPLETE_DATA when the input ends with trailing spaces
  * fixes critical memory leak when using cxMapFree() on a kv-list that is using destructors
+ * fixes critical use-after-free with keys stored in k/v-lists
  * fixes that overwriting items with cxMapPut() in a kv-list did not work
  * fixes that cxReallocate(), cxReallocateArray(), cx_reallocate(), and cx_reallocatearray()
    were not returning zero after freeing the memory when passed a size of zero

mercurial