git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ecb35c3
)
powerpc/vio: use strcpy in modalias_show
author
Prarit Bhargava
<prarit@redhat.com>
Thu, 17 Oct 2013 12:00:11 +0000
(08:00 -0400)
committer
Benjamin Herrenschmidt
<benh@kernel.crashing.org>
Wed, 30 Oct 2013 05:00:57 +0000
(16:00 +1100)
Commit
e82b89a6f19bae73fb064d1b3dd91fcefbb478f4
used strcat instead of
strcpy which can result in an overflow of newlines on the buffer.
Signed-off-by: Prarit Bhargava
Cc: benh@kernel.crashing.org
Cc: ben@decadent.org.uk
Cc: stable@vger.kernel.org
Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>
No differences found