• S
    libceph: fix null dereference when unregistering linger requests · fbdb9190
    Sage Weil 提交于
    We should only clear r_osd if we are neither registered as a linger or a
    regular request.  We may unregister as a linger while still registered as
    a regular request (e.g., in reset_osd).  Incorrectly clearing r_osd there
    leads to a null pointer dereference in __send_request.
    
    Also simplify the parallel check in __unregister_request() where we just
    removed r_osd_item and know it's empty.
    Signed-off-by: NSage Weil <sage@newdream.net>
    fbdb9190
osd_client.c 54.5 KB