CHANGELOG

changeset 1322
7be10b57f658
parent 1318
12fa1d37fe48
child 1325
20caf6efaf07
--- a/CHANGELOG	Thu May 22 16:03:20 2025 +0200
+++ b/CHANGELOG	Thu May 22 16:23:55 2025 +0200
@@ -19,6 +19,7 @@
  * changes the implementation of cx_strreplacen() for improved efficiency
  * changes all cxListIterator() without index to also accept NULL as list argument
  * changes insert_element member function of CxList to accept NULL source and return a pointer to the inserted element
+ * fixes critical memory overflow in the stack-based array reallocator (this unfortunately breaks the function signature)
  * fixes that starting an iteration in a non-root node incorrectly continues iteration with the siblings of that node
  * fixes unnecessary allocations in cx_strcat() family of functions
  * fixes errno value after failing cxBufferSeek() to be consistently EINVAL

mercurial