Tue Dec 18 18:36:53 2018 UTC ()
Ticket #1665


(martin)
diff -r1.1.2.29 -r1.1.2.30 src/doc/CHANGES-7.1.3

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

--- src/doc/Attic/CHANGES-7.1.3 2018/12/14 12:07:22 1.1.2.29
+++ src/doc/Attic/CHANGES-7.1.3 2018/12/18 18:36:53 1.1.2.30
@@ -1,14 +1,14 @@ @@ -1,14 +1,14 @@
1# $NetBSD: CHANGES-7.1.3,v 1.1.2.29 2018/12/14 12:07:22 martin Exp $ 1# $NetBSD: CHANGES-7.1.3,v 1.1.2.30 2018/12/18 18:36:53 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
@@ -307,13 +307,20 @@ sys/kern/kern_sig.c 1.350 @@ -307,13 +307,20 @@ sys/kern/kern_sig.c 1.350
307 Fix kernel info leak. 307 Fix kernel info leak.
308 [maxv, ticket #1661] 308 [maxv, ticket #1661]
309 309
310sys/arch/amd64/amd64/machdep.c 1.321 310sys/arch/amd64/amd64/machdep.c 1.321
311 311
312 Fix stack info leak. 312 Fix stack info leak.
313 [maxv, ticket #1662] 313 [maxv, ticket #1662]
314 314
315sys/kern/sys_sig.c 1.47 315sys/kern/sys_sig.c 1.47
316 316
317 Fix kernel info leak, 4 bytes of padding in struct _ksiginfo. 317 Fix kernel info leak, 4 bytes of padding in struct _ksiginfo.
318 [maxv, ticket #1664] 318 [maxv, ticket #1664]
319 319
 320usr.bin/telnet/telnet.c 1.37
 321usr.bin/telnet/utilities.c 1.24
 322
 323 Switch some sprintf to snprintf.
 324 [maya, ticket #1665]
 325
 326