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:
0b3ea08
)
IB: Coverity fixes to sysfs.c
author
Roland Dreier
<rolandd@cisco.com>
Mon, 20 Mar 2006 18:08:25 +0000
(10:08 -0800)
committer
Roland Dreier
<rolandd@cisco.com>
Mon, 20 Mar 2006 18:08:25 +0000
(10:08 -0800)
Fix two bugs found by coverity:
- Memory leak in error path of alloc_group_attrs()
- Fencepost error in state_show(): the test should be < ARRAY_SIZE(),
not <= ARRAY_SIZE().
Signed-off-by: Roland Dreier <rolandd@cisco.com>
No differences found