Re: [PATCH] block: rbd: fixed may leaks

From: Yehuda Sadeh Weinraub
Date: Mon Sep 27 2010 - 14:11:41 EST


On Sun, Sep 26, 2010 at 1:59 AM, Vasiliy Kulikov <segooon@xxxxxxxxx> wrote:
> rbd_client_create() doesn't free rbdc, this leads to many leaks.
>
> seg_len in rbd_do_op() is unsigned, so (seg_len < 0) makes no sense.
> Also if fixed check fails then seg_name is leaked.
> ---

Pushed to our unstable tree. Added missing signed-off by.

Thanks,
Yehuda
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/