]> git.baikalelectronics.ru Git - kernel.git/commit
[PATCH] x86_64: saved_command_line overflow fix
authorAlexander Nyberg <alexn@telia.com>
Sun, 1 May 2005 15:58:52 +0000 (08:58 -0700)
committerLinus Torvalds <torvalds@ppc970.osdl.org>
Sun, 1 May 2005 15:58:52 +0000 (08:58 -0700)
commitfe70ef9757f18023e09c70b0765118eb113e55f2
treec8d999f9b0de1e50c5a76ed30d6c6f235106711c
parent01afd1d4e59701c084bea90309600472018e3a2b
[PATCH] x86_64: saved_command_line overflow fix

This strcpy can run off the end of saved_command_line, and we don't need it any more anyway.

Signed-off-by: Alexander Nyberg <alexn@telia.com>
Cc: Andi Kleen <ak@muc.de>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
arch/x86_64/kernel/head64.c