Module Name: src
Committed By: martin
Date: Wed Jun 6 14:50:21 UTC 2018
Modified Files:
src/doc [netbsd-7-1]: CHANGES-7.1.3
Log Message:
Ticket #1607
To generate a diff of this commit:
cvs rdiff -u -r1.1.2.12 -r1.1.2.13 src/doc/CHANGES-7.1.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-7.1.3
diff -u src/doc/CHANGES-7.1.3:1.1.2.12 src/doc/CHANGES-7.1.3:1.1.2.13
--- src/doc/CHANGES-7.1.3:1.1.2.12 Tue May 22 17:37:15 2018
+++ src/doc/CHANGES-7.1.3 Wed Jun 6 14:50:21 2018
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-7.1.3,v 1.1.2.12 2018/05/22 17:37:15 martin Exp $
+# $NetBSD: CHANGES-7.1.3,v 1.1.2.13 2018/06/06 14:50:21 martin Exp $
A complete list of changes from the NetBSD 7.1.2 release to the NetBSD 7.1.3
release:
@@ -134,3 +134,9 @@ sys/kern/uipc_mbuf.c 1.214
remove the M_READONLY check. The initial code was correct.
[maxv, ticket #1606]
+sys/netinet/udp_usrreq.c 1.237 (patch)
+
+ Fix bad/wrong memory deallocations and dangling pointer
+ issues in NAT-T.
+ [maxv, ticket #1607]
+