]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
libceph: potential NULL dereference in ceph_osdc_handle_map()
authorDan Carpenter <dan.carpenter@oracle.com>
Thu, 15 Aug 2013 05:52:48 +0000 (08:52 +0300)
committerSage Weil <sage@inktank.com>
Tue, 27 Aug 2013 19:26:30 +0000 (12:26 -0700)
commitb72e19b9225d4297a18715b0998093d843d170fa
tree650d3bc5701027cfc118f0c81a1dae5f016c88bc
parent1874119664dafda3ef2ed9b51b4759a9540d4a1a
libceph: potential NULL dereference in ceph_osdc_handle_map()

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>
net/ceph/osd_client.c