Module Name: src
Committed By: riz
Date: Fri Jul 16 19:42:00 UTC 2010
Modified Files:
src/doc [netbsd-4-0]: CHANGES-4.0.2
Log Message:
Ticket 1397.
To generate a diff of this commit:
cvs rdiff -u -r1.1.2.71 -r1.1.2.72 src/doc/CHANGES-4.0.2
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/doc/CHANGES-4.0.2
diff -u src/doc/CHANGES-4.0.2:1.1.2.71 src/doc/CHANGES-4.0.2:1.1.2.72
--- src/doc/CHANGES-4.0.2:1.1.2.71 Sun Mar 28 18:49:06 2010
+++ src/doc/CHANGES-4.0.2 Fri Jul 16 19:42:00 2010
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-4.0.2,v 1.1.2.71 2010/03/28 18:49:06 snj Exp $
+# $NetBSD: CHANGES-4.0.2,v 1.1.2.72 2010/07/16 19:42:00 riz Exp $
A complete list of changes from the NetBSD 4.0.1 release to the NetBSD 4.0.2
release:
@@ -1039,3 +1039,9 @@
an OpenSSL client or server to crash due to a read attempt at NULL".
[bouyer, ticket #1392]
+sys/netinet6/udp6_output.c 1.41 via patch
+
+ udp6_output(): call ip6_clearpktopts(&opt, ...) only if opt
+ was initialized.
+ [dyoung, ticket #1397]
+