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:
e0ea041
)
Documentation: Fix size parameter for snprintf
author
Stefan Weil
<sw@weilnetz.de>
Mon, 30 Dec 2013 11:35:43 +0000
(12:35 +0100)
committer
Jiri Kosina
<jkosina@suse.cz>
Thu, 2 Jan 2014 09:47:33 +0000
(10:47 +0100)
cppcheck reports this error:
Documentation/laptops/hpfall.c:33]: (error)
Dangerous usage of 'devname' (strncpy doesn't always 0-terminate it)
The terminating '\0' is needed for the global char array unload_heads_path,
so never write the last array entry (which is initially '\0').
Signed-off-by: Stefan Weil <sw@weilnetz.de>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
Documentation/laptops/hpfall.c
patch
|
blob
|
history
diff --cc
Documentation/laptops/hpfall.c
Simple merge