Subject: CVS commit: [netbsd-1-5] src
To: None <source-changes@NetBSD.org>
From: SAITOH Masanobu <msaitoh@netbsd.org>
List: source-changes
Date: 08/10/2003 19:51:41
Module Name:	src
Committed By:	msaitoh
Date:		Sun Aug 10 19:51:40 UTC 2003

Modified Files:
	src [netbsd-1-5]: CHANGES-1.5.4

Log Message:
ticket #50,#53,#55,#57,#58,#59 and #61

o Purge rti structure (in igmp.c) for removed ifp on if_detach().
o ip_output.c: After pfil_run_hooks, need to fix hlen as well.
o esp_input.c: Fix missing check for taillen against pkthdr.len.
o On interface detach, clear multicast forwarding table.
o Clear scheduled key before freeing, for safety.
o key.c: Clear enc/auth key before freeing for safety.
o getcwd.c: Fix off-by-one error in realpath().


To generate a diff of this commit:
cvs rdiff -r1.1.2.106 -r1.1.2.107 src/CHANGES-1.5.4

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.