Module Name: src Committed By: snj Date: Mon Sep 4 16:07:50 UTC 2017
Modified Files: src/doc [netbsd-7-0]: CHANGES-7.0.3 Log Message: 1504 To generate a diff of this commit: cvs rdiff -u -r1.1.2.61 -r1.1.2.62 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.61 src/doc/CHANGES-7.0.3:1.1.2.62 --- src/doc/CHANGES-7.0.3:1.1.2.61 Sun Aug 27 05:45:27 2017 +++ src/doc/CHANGES-7.0.3 Mon Sep 4 16:07:50 2017 @@ -1,4 +1,4 @@ -# $NetBSD: CHANGES-7.0.3,v 1.1.2.61 2017/08/27 05:45:27 snj Exp $ +# $NetBSD: CHANGES-7.0.3,v 1.1.2.62 2017/09/04 16:07:50 snj Exp $ A complete list of changes from the NetBSD 7.0.2 release to the NetBSD 7.0.3 release: @@ -4935,3 +4935,9 @@ sys/external/bsd/ipf/netinet/ip_state.c cause use after free issues and eventually panic. [mrg, ticket #1412] +sys/arch/sparc64/sparc64/compat_13_machdep.c 1.24 + + Apply only CCR. Otherwise userland could set PSTATE_PRIV + in %pstate and get kernel privileges on the hardware. + [maxv, ticket #1504] +