Skip to content
Commit 3e8f43a0 authored by Yan, Zheng's avatar Yan, Zheng Committed by Alex Elder
Browse files

ceph: Fix oops when handling mdsmap that decreases max_mds



When i >= newmap->m_max_mds, ceph_mdsmap_get_addr(newmap, i) return
NULL. Passing NULL to memcmp() triggers oops.

Signed-off-by: default avatarYan, Zheng <zheng.z.yan@intel.com>
Signed-off-by: default avatarSage Weil <sage@inktank.com>
parent 6e14b1a6
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment