--- a/docs/Writerside/topics/about.md Sat Dec 13 16:30:41 2025 +0100 +++ b/docs/Writerside/topics/about.md Sat Dec 13 16:31:55 2025 +0100 @@ -38,7 +38,7 @@ * adds CX_BUFFER_DO_NOT_FREE buffer flag * changes cxBufferReserve() to allow reducing the capacity * changes cxBufferTerminate() to automatically shrink the buffer -* changes cxBufferTerminate() so that position and size are equal after successful operation +* changes cxBufferTerminate() so that position and size are equal after a successful operation * changes cxBufferPutString() to accept any kind of string that cx_strcast() supports * changes the members of CxJson and CxJsonValue * changes the return value of cxJsonObjIter() to CxMapIterator @@ -48,7 +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 critical use-after-free with keys stored in kv-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