Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Skip to content
Commit c338c07c authored by Nathaniel Yazdani's avatar Nathaniel Yazdani Committed by Sage Weil
Browse files

ceph: fix null pointer dereference

When register_session() is given an out-of-range argument for mds,
ceph_mdsmap_get_addr() will return a null pointer, which would be given to
ceph_con_open() & be dereferenced, causing a kernel oops. This fixes bug #4685
in the Ceph bug tracker <http://tracker.ceph.com/issues/4685

>.

Signed-off-by: default avatarNathaniel Yazdani <n1ght.4nd.d4y@gmail.com>
Reviewed-by: default avatarSage Weil <sage@inktank.com>
parent 73d9f7ee
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment