Index: ossp-pkg/fsl/ChangeLog RCS File: /v/ossp/cvs/ossp-pkg/fsl/ChangeLog,v rcsdiff -q -kk '-r1.14' '-r1.15' -u '/v/ossp/cvs/ossp-pkg/fsl/ChangeLog,v' 2>/dev/null --- 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 ] *) Adjust copyright messages to include new year 2003. [Ralf S. Engelschall ]