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:
e3a3c3a
)
FMC: NULL dereference on allocation failure
author
Dan Carpenter
<dan.carpenter@oracle.com>
Wed, 19 Jun 2013 16:01:01 +0000
(19:01 +0300)
committer
Greg Kroah-Hartman
<gregkh@linuxfoundation.org>
Thu, 20 Jun 2013 03:30:31 +0000
(20:30 -0700)
If we don't allocate "arr" then the cleanup path will dereference it and
oops.
Signed-off-by: Dan Carpenter <dan.carpenter@oracle.com>
Acked-by: Alessandro Rubini <rubini@gnudd.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
No differences found