Wed Jun 6 14:50:21 2018 UTC ()
Ticket #1607


(martin)
diff -r1.1.2.12 -r1.1.2.13 src/doc/CHANGES-7.1.3

cvs diff -r1.1.2.12 -r1.1.2.13 src/doc/Attic/CHANGES-7.1.3 (expand / switch to context diff)
--- src/doc/Attic/CHANGES-7.1.3 2018/05/22 17:37:15 1.1.2.12
+++ src/doc/Attic/CHANGES-7.1.3 2018/06/06 14:50:21 1.1.2.13
@@ -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:
@@ -133,4 +133,10 @@
 	Revert ticket #1598:
 	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]