Date: Thu, 11 Jan 2018 16:50:03 +0000 (UTC) From: Konstantin Belousov <kib@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r327834 - in head/sys: amd64/amd64 i386/i386 Message-ID: <201801111650.w0BGo37W018639@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: kib Date: Thu Jan 11 16:50:03 2018 New Revision: 327834 URL: https://svnweb.freebsd.org/changeset/base/327834 Log: Fix grammar. Submitted by: alc MFC after: 3 days Modified: head/sys/amd64/amd64/support.S head/sys/i386/i386/support.s Modified: head/sys/amd64/amd64/support.S ============================================================================== --- head/sys/amd64/amd64/support.S Thu Jan 11 16:41:03 2018 (r327833) +++ head/sys/amd64/amd64/support.S Thu Jan 11 16:50:03 2018 (r327834) @@ -245,8 +245,9 @@ ENTRY(copyout) /* * Check explicitly for non-user addresses. This check is essential - * because it prevents usermode from writing into kernel. We do not - * verify that user did not specified a rogue address anywhere else. + * because it prevents usermode from writing into the kernel. We do + * not verify anywhere else that the user did not specify a rogue + * address. */ /* * First, prevent address wrapping. Modified: head/sys/i386/i386/support.s ============================================================================== --- head/sys/i386/i386/support.s Thu Jan 11 16:41:03 2018 (r327833) +++ head/sys/i386/i386/support.s Thu Jan 11 16:50:03 2018 (r327834) @@ -286,8 +286,9 @@ ENTRY(copyout) /* * Check explicitly for non-user addresses. This check is essential - * because it prevents usermode from writing into kernel. We do not - * verify that user did not specified a rogue address anywhere else. + * because it prevents usermode from writing into the kernel. We do + * not verify anywhere else that the user did not specify a rogue + * address. */ /* * First, prevent address wrapping.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201801111650.w0BGo37W018639>