Module Name: src Committed By: martin Date: Tue Dec 25 11:34:48 UTC 2018
Modified Files: src/doc [netbsd-7-0]: CHANGES-7.0.3 Log Message: Ticket #1666 To generate a diff of this commit: cvs rdiff -u -r1.1.2.123 -r1.1.2.124 src/doc/CHANGES-7.0.3 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
Modified files: Index: src/doc/CHANGES-7.0.3 diff -u src/doc/CHANGES-7.0.3:1.1.2.123 src/doc/CHANGES-7.0.3:1.1.2.124 --- src/doc/CHANGES-7.0.3:1.1.2.123 Tue Dec 18 18:37:50 2018 +++ src/doc/CHANGES-7.0.3 Tue Dec 25 11:34:48 2018 @@ -1,4 +1,4 @@ -# $NetBSD: CHANGES-7.0.3,v 1.1.2.123 2018/12/18 18:37:50 martin Exp $ +# $NetBSD: CHANGES-7.0.3,v 1.1.2.124 2018/12/25 11:34:48 martin Exp $ A complete list of changes from the NetBSD 7.0.2 release to the NetBSD 7.0.3 release: @@ -5631,3 +5631,10 @@ usr.bin/telnet/utilities.c 1.24 Switch some sprintf to snprintf. [maya, ticket #1665] +sys/uvm/uvm_swap.c 1.178 (patch, adapted) +sys/compat/netbsd32/netbsd32_netbsd.c (patch) + + Fix kernel info leak in swapctl(2). + [maxv, ticket #1666] + +