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:
3a98050
)
pm8001: Fix potential null pointer dereference and memory leak.
author
Maurizio Lombardi
<mlombard@redhat.com>
Tue, 17 Jun 2014 11:15:40 +0000
(13:15 +0200)
committer
Christoph Hellwig
<hch@lst.de>
Wed, 25 Jun 2014 11:29:05 +0000
(13:29 +0200)
The pm8001_get_phy_settings_info() function does not check
the kzalloc() return value and does not free the allocated memory.
Signed-off-by: Maurizio Lombardi <mlombard@redhat.com>
Acked-by: Suresh Thiagarajan <Suresh.Thiagarajan@pmcs.com>
Acked-by: Jack Wang <xjtuwjp@gmail.com>
Signed-off-by: Christoph Hellwig <hch@lst.de>
No differences found