Module Name: src
Committed By: martin
Date: Fri Aug 9 19:22:51 UTC 2019
Modified Files:
src/doc [netbsd-8]: CHANGES-8.2
Log Message:
Ticket #1331
To generate a diff of this commit:
cvs rdiff -u -r1.1.2.21 -r1.1.2.22 src/doc/CHANGES-8.2
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.2
diff -u src/doc/CHANGES-8.2:1.1.2.21 src/doc/CHANGES-8.2:1.1.2.22
--- src/doc/CHANGES-8.2:1.1.2.21 Wed Aug 7 08:22:41 2019
+++ src/doc/CHANGES-8.2 Fri Aug 9 19:22:51 2019
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-8.2,v 1.1.2.21 2019/08/07 08:22:41 martin Exp $
+# $NetBSD: CHANGES-8.2,v 1.1.2.22 2019/08/09 19:22:51 martin Exp $
A complete list of changes from the NetBSD 8.1 release to the NetBSD 8.2
release:
@@ -539,3 +539,9 @@ sys/kern/uipc_socket2.c 1.134
Fix kernel heap info leaks in sys_recvmsg().
[maxv, ticket #1330]
+sys/external/bsd/ipf/netinet/fil.c 1.30
+
+ PR/54443: ipf mistakenly regards UDP packet with checksum field
+ 0xffff as bad.
+ [christos, ticket #1331]
+