Tue Dec 18 18:35:27 2018 UTC ()
Ticket #1665


(martin)
diff -r1.1.2.25 -r1.1.2.26 src/doc/CHANGES-7.3

cvs diff -r1.1.2.25 -r1.1.2.26 src/doc/Attic/CHANGES-7.3 (expand / switch to unified diff)

--- src/doc/Attic/CHANGES-7.3 2018/12/14 12:06:12 1.1.2.25
+++ src/doc/Attic/CHANGES-7.3 2018/12/18 18:35:26 1.1.2.26
@@ -1,14 +1,14 @@ @@ -1,14 +1,14 @@
1# $NetBSD: CHANGES-7.3,v 1.1.2.25 2018/12/14 12:06:12 martin Exp $ 1# $NetBSD: CHANGES-7.3,v 1.1.2.26 2018/12/18 18:35:26 martin Exp $
2 2
3A complete list of changes from the NetBSD 7.2 release to the NetBSD 7.3 3A complete list of changes from the NetBSD 7.2 release to the NetBSD 7.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.2_STABLE. 10 Welcome to 7.2_STABLE.
11 [snj] 11 [snj]
12 12
13sys/arch/x86/include/cacheinfo.h 1.23-1.26 13sys/arch/x86/include/cacheinfo.h 1.23-1.26
14sys/arch/x86/include/cpu.h 1.70 14sys/arch/x86/include/cpu.h 1.70
@@ -320,13 +320,19 @@ sys/arch/amd64/amd64/machdep.c 1.321 @@ -320,13 +320,19 @@ sys/arch/amd64/amd64/machdep.c 1.321
320 Fix stack info leak. 320 Fix stack info leak.
321 [maxv, ticket #1662] 321 [maxv, ticket #1662]
322 322
323bin/sh/parser.c 1.152 (patch) 323bin/sh/parser.c 1.152 (patch)
324 324
325 Avoid crash from redirect on null compound command. 325 Avoid crash from redirect on null compound command.
326 [kre, ticket #1663] 326 [kre, ticket #1663]
327 327
328sys/kern/sys_sig.c 1.47 328sys/kern/sys_sig.c 1.47
329 329
330 Fix kernel info leak, 4 bytes of padding in struct _ksiginfo. 330 Fix kernel info leak, 4 bytes of padding in struct _ksiginfo.
331 [maxv, ticket #1664] 331 [maxv, ticket #1664]
332 332
 333usr.bin/telnet/telnet.c 1.37
 334usr.bin/telnet/utilities.c 1.24
 335
 336 Switch some sprintf to snprintf.
 337 [maya, ticket #1665]
 338