Module Name: src
Committed By: msaitoh
Date: Mon Nov 3 23:09:18 UTC 2014
Modified Files:
src/doc [netbsd-6-0]: CHANGES-6.0.7
Log Message:
Ticket 1174.
To generate a diff of this commit:
cvs rdiff -u -r1.1.2.7 -r1.1.2.8 src/doc/CHANGES-6.0.7
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-6.0.7
diff -u src/doc/CHANGES-6.0.7:1.1.2.7 src/doc/CHANGES-6.0.7:1.1.2.8
--- src/doc/CHANGES-6.0.7:1.1.2.7 Mon Nov 3 21:38:00 2014
+++ src/doc/CHANGES-6.0.7 Mon Nov 3 23:09:17 2014
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-6.0.7,v 1.1.2.7 2014/11/03 21:38:00 msaitoh Exp $
+# $NetBSD: CHANGES-6.0.7,v 1.1.2.8 2014/11/03 23:09:17 msaitoh Exp $
A complete list of changes from the NetBSD 6.0.6 release to the NetBSD 6.0.7
release:
@@ -156,3 +156,9 @@ crypto/external/bsd/openssh/dist/auth.c
hostname. [we do the same below for hosts.allow and deny]
Reported by rudolf.
[christos, ticket #1169]
+
+sys/netinet/tcp_output.c 1.178
+
+ Avoid stack overflow when SACK and TCP_SIGNATURE are both present.
+ Pointed out by Jonathan Looney.
+ [christos, ticket #1174]