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:
574732c
)
param: fix uninitialized read with CONFIG_DEBUG_LOCK_ALLOC
author
Rusty Russell
<rusty@rustcorp.com.au>
Mon, 19 Jan 2015 22:37:04 +0000
(09:07 +1030)
committer
Rusty Russell
<rusty@rustcorp.com.au>
Tue, 20 Jan 2015 01:08:31 +0000
(11:38 +1030)
ignore_lockdep is uninitialized, and sysfs_attr_init() doesn't initialize
it, so memset to 0.
Reported-by: Huang Ying <ying.huang@intel.com>
Cc: Eric W. Biederman <ebiederm@xmission.com>
Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
kernel/params.c
patch
|
blob
|
history
diff --cc
kernel/params.c
Simple merge