ossp-pkg/fsl/ChangeLog 1.14 -> 1.15
--- ChangeLog 2003/01/06 16:41:21 1.14
+++ ChangeLog 2003/01/28 13:14:41 1.15
@@ -8,7 +8,19 @@
CHANGELOG
- Changes between 1.0.6 and 1.0.7 (xx-Jan-2003)
+ Changes between 1.0.6 and 1.0.7 (28-Jan-2003)
+
+ *) Fixed a bug in lib_l2/l2_channel.c:l2_channel_destroy() where
+ chD was passing a pointer to l2_channel_downstream() to find a
+ sibling of a previously free(3)d node. This caused a bus error
+ on FreeBSD5 where free(3) filled the free area with nonzero
+ data. All other implementations seem to keep the data and
+ l2_channel_downstream() traversed through still valid pointers
+ in unmalloc(3)ed areas.
+ [Thomas Lotterer <thomas@lotterer.net]
+
+ *) memory handling cleanups in lib_cfg
+ [Ralf S. Engelschall <rse@engelschall.com>]
*) Adjust copyright messages to include new year 2003.
[Ralf S. Engelschall <rse@engelschall.com>]
|
|