Wed Dec 12 11:37:15 2018 UTC ()
Ticket #1664


(martin)
diff -r1.1.2.27 -r1.1.2.28 src/doc/CHANGES-7.1.3

cvs diff -r1.1.2.27 -r1.1.2.28 src/doc/Attic/CHANGES-7.1.3 (expand / switch to unified diff)

--- src/doc/Attic/CHANGES-7.1.3 2018/12/04 19:17:46 1.1.2.27
+++ src/doc/Attic/CHANGES-7.1.3 2018/12/12 11:37:15 1.1.2.28
@@ -1,14 +1,14 @@ @@ -1,14 +1,14 @@
1# $NetBSD: CHANGES-7.1.3,v 1.1.2.27 2018/12/04 19:17:46 martin Exp $ 1# $NetBSD: CHANGES-7.1.3,v 1.1.2.28 2018/12/12 11:37:15 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
@@ -301,13 +301,18 @@ sys/kern/kern_time.c 1.192 @@ -301,13 +301,18 @@ sys/kern/kern_time.c 1.192
301 Fix kernel info leak. 301 Fix kernel info leak.
302 [maxv, ticket #1660] 302 [maxv, ticket #1660]
303 303
304sys/kern/kern_sig.c 1.350 304sys/kern/kern_sig.c 1.350
305 305
306 Fix kernel info leak. 306 Fix kernel info leak.
307 [maxv, ticket #1661] 307 [maxv, ticket #1661]
308 308
309sys/arch/amd64/amd64/machdep.c 1.321 309sys/arch/amd64/amd64/machdep.c 1.321
310 310
311 Fix stack info leak. 311 Fix stack info leak.
312 [maxv, ticket #1662] 312 [maxv, ticket #1662]
313 313
 314sys/kern/sys_sig.c 1.47
 315
 316 Fix kernel info leak, 4 bytes of padding in struct _ksiginfo.
 317 [maxv, ticket #1664]
 318