diff -r 7f1cadc3ebc1 -r 7156d6699410 docs/Writerside/topics/about.md --- a/docs/Writerside/topics/about.md Sat Dec 13 15:16:25 2025 +0100 +++ b/docs/Writerside/topics/about.md Sat Dec 13 16:27:16 2025 +0100 @@ -48,6 +48,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