Module Name: src
Committed By: martin
Date: Sun Oct 26 09:49:58 UTC 2014
Modified Files:
src/doc [netbsd-7]: CHANGES-7.0
Log Message:
Ticket #157
To generate a diff of this commit:
cvs rdiff -u -r1.1.2.66 -r1.1.2.67 src/doc/CHANGES-7.0
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-7.0
diff -u src/doc/CHANGES-7.0:1.1.2.66 src/doc/CHANGES-7.0:1.1.2.67
--- src/doc/CHANGES-7.0:1.1.2.66 Sat Oct 25 10:02:15 2014
+++ src/doc/CHANGES-7.0 Sun Oct 26 09:49:58 2014
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-7.0,v 1.1.2.66 2014/10/25 10:02:15 martin Exp $
+# $NetBSD: CHANGES-7.0,v 1.1.2.67 2014/10/26 09:49:58 martin Exp $
A complete list of changes from the initial NetBSD 7.0 branch on 11 Aug 2014
until the 7.0 release:
@@ -1833,3 +1833,10 @@ sys/kern/kern_exec.c 1.409
execution, where you lost the first argument because it skipped
8 bytes instead of 4.
[dholland, ticket #156]
+
+sys/netinet/tcp_output.c 1.178
+
+ Avoid stack overflow when SACK and TCP_SIGNATURE are both present.
+ Thanks to Jonathan Looney for pointing this out.
+ [christos, ticket #157]
+