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:
8ac6e99
)
powerpc/qe: Use strlcpy()
author
Rickard Strandqvist
<rickard_strandqvist@spectrumdigital.se>
Sat, 26 Jul 2014 21:26:51 +0000
(23:26 +0200)
committer
Scott Wood
<scottwood@freescale.com>
Fri, 30 Jan 2015 05:32:13 +0000
(23:32 -0600)
Replace strcpy and strncpy with strlcpy to avoid strings that are too
big, or lack null termination.
Signed-off-by: Rickard Strandqvist <rickard_strandqvist@spectrumdigital.se>
[scottwood@freescale.com: cleaned up commit message]
Signed-off-by: Scott Wood <scottwood@freescale.com>
No differences found