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:
1874119
)
libceph: potential NULL dereference in ceph_osdc_handle_map()
author
Dan Carpenter
<dan.carpenter@oracle.com>
Thu, 15 Aug 2013 05:52:48 +0000
(08:52 +0300)
committer
Sage Weil
<sage@inktank.com>
Tue, 27 Aug 2013 19:26:30 +0000
(12:26 -0700)
There are two places where we read "nr_maps" if both of them are set to
zero then we would hit a NULL dereference here.
Signed-off-by: Dan Carpenter <dan.carpenter@oracle.com>
Reviewed-by: Sage Weil <sage@inktank.com>
No differences found