Module Name:    src
Committed By:   bouyer
Date:           Tue Oct 12 10:17:39 UTC 2010

Modified Files:
        src/doc [netbsd-4]: CHANGES-4.1

Log Message:
Tickets 1407, 1408


To generate a diff of this commit:
cvs rdiff -u -r1.1.2.208 -r1.1.2.209 src/doc/CHANGES-4.1

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.1
diff -u src/doc/CHANGES-4.1:1.1.2.208 src/doc/CHANGES-4.1:1.1.2.209
--- src/doc/CHANGES-4.1:1.1.2.208	Wed Sep 22 23:08:31 2010
+++ src/doc/CHANGES-4.1	Tue Oct 12 10:17:39 2010
@@ -1,4 +1,4 @@
-#	$NetBSD: CHANGES-4.1,v 1.1.2.208 2010/09/22 23:08:31 snj Exp $
+#	$NetBSD: CHANGES-4.1,v 1.1.2.209 2010/10/12 10:17:39 bouyer Exp $
 
 A complete list of changes from the NetBSD 4.0 release to the NetBSD 4.1
 release:
@@ -4245,3 +4245,17 @@
 	Avoid integer overflow that can lead to buffer overflow.
 	[christos, ticket #1406]
 
+sys/arch/mips/mips/in_cksum.c			1.14
+
+	Fix wrong checksum calculations of 32 bit unaligned two byte payloads.
+	Analyzed in PR port-mips/43882, but applied slightly different patch.
+	Also put some changes for readability.
+	[tsutsui, ticket #1407]
+
+crypto/external/bsd/openssl/dist/ssl/s3_clnt.c	1.2 via patch
+
+	fix a double free() in error case (fixing CVE-2010-2939), see the
+	thread "openssl-1.0.0a and glibc detected sthg ;)" in openssl-dev.
+	I was getting a SEGV with the example posted there.
+	[jnemeth, ticket #1408]
+

Reply via email to