Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1634566 > unrolled thread

[PATCH trivial] security: Grammar s/allocates/allocated/

Started byGeert Uytterhoeven <geert@linux-m68k.org>
First post2017-05-02 20:30 +0200
Last post2017-05-02 20:30 +0200
Articles 1 — 1 participant

Back to article view | Back to linux.kernel


Contents

  [PATCH trivial] security: Grammar s/allocates/allocated/ Geert Uytterhoeven <geert@linux-m68k.org> - 2017-05-02 20:30 +0200

#1634566 — [PATCH trivial] security: Grammar s/allocates/allocated/

FromGeert Uytterhoeven <geert@linux-m68k.org>
Date2017-05-02 20:30 +0200
Subject[PATCH trivial] security: Grammar s/allocates/allocated/
Message-ID<tCKIF-1NJ-9@gated-at.bofh.it>
Signed-off-by: Geert Uytterhoeven <geert@linux-m68k.org>
---
 security/Kconfig | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/security/Kconfig b/security/Kconfig
index 213df4d4f2c1527a..1bb0c5bc9caadf8c 100644
--- a/security/Kconfig
+++ b/security/Kconfig
@@ -134,7 +134,7 @@ config HARDENED_USERCOPY
 	  copying memory to/from the kernel (via copy_to_user() and
 	  copy_from_user() functions) by rejecting memory ranges that
 	  are larger than the specified heap object, span multiple
-	  separately allocates pages, are not on the process stack,
+	  separately allocated pages, are not on the process stack,
 	  or are part of the kernel text. This kills entire classes
 	  of heap overflow exploits and similar kernel memory exposures.
 
-- 
2.7.4

[toc] | [standalone]


Back to top | Article view | linux.kernel


csiph-web