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 unified 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,14 +1,14 @@ @@ -1,14 +1,14 @@
1# $NetBSD: CHANGES-7.1.3,v 1.1.2.12 2018/05/22 17:37:15 martin Exp $ 1# $NetBSD: CHANGES-7.1.3,v 1.1.2.13 2018/06/06 14:50:21 martin Exp $
2 2
3A complete list of changes from the NetBSD 7.1.2 release to the NetBSD 7.1.3 3A complete list of changes from the NetBSD 7.1.2 release to the NetBSD 7.1.3
4release: 4release:
5 5
6doc/README.files patched by hand 6doc/README.files patched by hand
7gnu/usr.bin/groff/tmac/mdoc.local patched by hand 7gnu/usr.bin/groff/tmac/mdoc.local patched by hand
8sys/sys/param.h patched by hand 8sys/sys/param.h patched by hand
9 9
10 Welcome to 7.1.2_PATCH. 10 Welcome to 7.1.2_PATCH.
11 [snj] 11 [snj]
12 12
13sys/dev/ppbus/if_plip.c 1.28 13sys/dev/ppbus/if_plip.c 1.28
14 14
@@ -124,13 +124,19 @@ sys/kern/uipc_mbuf.c 1.211 (patch) @@ -124,13 +124,19 @@ sys/kern/uipc_mbuf.c 1.211 (patch)
124 124
125sys/net/npf/npf_alg_icmp.c 1.27-1.29 125sys/net/npf/npf_alg_icmp.c 1.27-1.29
126sys/net/npf/npf_inet.c 1.45 126sys/net/npf/npf_inet.c 1.45
127 127
128 Fix use-after-free. 128 Fix use-after-free.
129 [maxv, ticket #1605] 129 [maxv, ticket #1605]
130 130
131sys/kern/uipc_mbuf.c 1.214 131sys/kern/uipc_mbuf.c 1.214
132 132
133 Revert ticket #1598: 133 Revert ticket #1598:
134 remove the M_READONLY check. The initial code was correct. 134 remove the M_READONLY check. The initial code was correct.
135 [maxv, ticket #1606] 135 [maxv, ticket #1606]
136 136
 137sys/netinet/udp_usrreq.c 1.237 (patch)
 138
 139 Fix bad/wrong memory deallocations and dangling pointer
 140 issues in NAT-T.
 141 [maxv, ticket #1607]
 142