Module Name: src
Committed By: msaitoh
Date: Wed Aug 27 13:46:20 UTC 2014
Modified Files:
src/doc [netbsd-5]: CHANGES-5.3
Log Message:
Ticket 1920.
To generate a diff of this commit:
cvs rdiff -u -r1.1.2.69 -r1.1.2.70 src/doc/CHANGES-5.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.3
diff -u src/doc/CHANGES-5.3:1.1.2.69 src/doc/CHANGES-5.3:1.1.2.70
--- src/doc/CHANGES-5.3:1.1.2.69 Wed Aug 27 13:35:12 2014
+++ src/doc/CHANGES-5.3 Wed Aug 27 13:46:20 2014
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-5.3,v 1.1.2.69 2014/08/27 13:35:12 msaitoh Exp $
+# $NetBSD: CHANGES-5.3,v 1.1.2.70 2014/08/27 13:46:20 msaitoh Exp $
A complete list of changes from the NetBSD 5.2 release to the NetBSD 5.3
release:
@@ -1014,3 +1014,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]