]> git.baikalelectronics.ru Git - kernel.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)
commitb3b594e691bdf9bb824b4ad375e1d5f05f0702e7
tree650d3bc5701027cfc118f0c81a1dae5f016c88bc
parent738d3eec6de417803dba2ebff323054691339281
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