Module Name: src
Committed By: martin
Date: Tue Mar 9 16:00:14 UTC 2021
Modified Files:
src/doc [netbsd-8]: CHANGES-8.3
Log Message:
Ticket #1662
To generate a diff of this commit:
cvs rdiff -u -r1.1.2.77 -r1.1.2.78 src/doc/CHANGES-8.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-8.3
diff -u src/doc/CHANGES-8.3:1.1.2.77 src/doc/CHANGES-8.3:1.1.2.78
--- src/doc/CHANGES-8.3:1.1.2.77 Sun Mar 7 19:14:54 2021
+++ src/doc/CHANGES-8.3 Tue Mar 9 16:00:14 2021
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-8.3,v 1.1.2.77 2021/03/07 19:14:54 martin Exp $
+# $NetBSD: CHANGES-8.3,v 1.1.2.78 2021/03/09 16:00:14 martin Exp $
A complete list of changes from the NetBSD 8.2 release to the NetBSD 8.3
release:
@@ -1764,3 +1764,10 @@ sys/netinet6/ip6_var.h 1.88
- replace randomid() by cprng_fast32()
[christos, ticket #1661]
+sys/netinet/in_var.h 1.99,1.102
+sys/netinet/tcp_subr.c 1.286
+sys/netinet/tcp_timer.c 1.96
+
+ Avoid information disclosure.
+ [christos, ticket #1662]
+