ossp-pkg/sa/ChangeLog 1.22 -> 1.23
--- ChangeLog 2003/01/31 18:34:06 1.22
+++ ChangeLog 2003/01/31 18:58:18 1.23
@@ -13,6 +13,12 @@
Changes between 1.0.4 and 1.0.5 (28-Jan-2003 to 31-Jan-2003)
+ o Fixed test suite library (ts.c): the ts_suite_free()
+ function performed an illegal iteration for freeing elements (they
+ were freed but still references for traversing to next element).
+ This is now solved by a look-ahead traversion.
+ [Ralf S. Engelschall, Brian T. Egleston <brian@egleston.com>]
+
o Fixed test suite (sa_test.c): an sa_addr_t was destroyed
too early and this way crashed the test suite.
[Brian T. Egleston <brian@egleston.com>]
|
|