]> git.karo-electronics.de Git - karo-tx-linux.git/commit
[S390] early: Fix possible overlapping data buffer
authorChen Liu <chenliu@asset.uwaterloo.ca>
Wed, 23 Mar 2011 09:14:58 +0000 (10:14 +0100)
committerMartin Schwidefsky <sky@mschwide.boeblingen.de.ibm.com>
Wed, 23 Mar 2011 09:15:14 +0000 (10:15 +0100)
commit69ac43b05eef4b8555e84ad51ceb6c58b5a3bc75
tree6726f92050140df58b1ddf5958304bc2852612fa
parent6447f55da90b77faec1697d499ed7986bb4f6de6
[S390] early: Fix possible overlapping data buffer

This patch fixed bugzilla #12965:
https://bugzilla.kernel.org/show_bug.cgi?id=12965

The original code contains some inproper use of sprintf
function where a buffer is used both as input string
as well as output string. It should remember the written
bytes in the previous and use that as the offset for
later writing. Also replace sprintf with snprintf.

Signed-off-by: Chen Liu <chenliu@asset.uwaterloo.ca>
Signed-off-by: Martin Schwidefsky <schwidefsky@de.ibm.com>
arch/s390/kernel/early.c