commit | 6bc18876ba01fd4a077db6e1ed27201e4bda8864 | [log] [tgz] |
---|---|---|
author | Sage Weil <sage@newdream.net> | Mon Sep 27 10:18:52 2010 -0700 |
committer | Sage Weil <sage@newdream.net> | Thu Oct 07 08:00:23 2010 -0700 |
tree | 145b14be550e359e2a5a9f594f54f870d46fd926 | |
parent | 936aeb5c4a9fa799abd7d630a94223acedcaad50 [diff] |
ceph: avoid null deref in osd request error path If we interrupt an osd request, we call __cancel_request, but it wasn't verifying that req->r_osd was non-NULL before dereferencing it. This could cause a crash if osds were flapping and we aborted a request on said osd. Reported-by: Henry C Chang <henry_c_chang@tcloudcomputing.com> Signed-off-by: Sage Weil <sage@newdream.net>