Module Name: src
Committed By: msaitoh
Date: Wed Aug 27 13:46:40 UTC 2014
Modified Files:
src/doc [netbsd-5-2]: CHANGES-5.2.3
Log Message:
Ticket 1920.
To generate a diff of this commit:
cvs rdiff -u -r1.1.2.18 -r1.1.2.19 src/doc/CHANGES-5.2.3
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-5.2.3
diff -u src/doc/CHANGES-5.2.3:1.1.2.18 src/doc/CHANGES-5.2.3:1.1.2.19
--- src/doc/CHANGES-5.2.3:1.1.2.18 Wed Aug 27 13:35:30 2014
+++ src/doc/CHANGES-5.2.3 Wed Aug 27 13:46:40 2014
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-5.2.3,v 1.1.2.18 2014/08/27 13:35:30 msaitoh Exp $
+# $NetBSD: CHANGES-5.2.3,v 1.1.2.19 2014/08/27 13:46:40 msaitoh Exp $
A complete list of changes from the NetBSD 5.2.2 release to the NetBSD 5.2.3
release:
@@ -262,3 +262,8 @@ crypto/dist/openssl/ssl/t1_lib.c patch
- OpenSSL TLS protocol downgrade attack (CVE-2014-3511)
Backported from the recent 1.0.1i OpenSSL release.
[spz, ticket #1918]
+
+sys/netinet6/ip6_output.c 1.158 via patch
+
+ Fix a memory leak in calling setsockopt() on an INET6 socket.
+ [maxv ticket #1920]