Re: [PATCH] rxrpc: initialize sched to false to ensure it is not a garbage value
From: David Howells
Date: Mon Sep 05 2016 - 14:51:05 EST
Colin King <colin.king@xxxxxxxxxxxxx> wrote:
> From: Colin Ian King <colin.king@xxxxxxxxxxxxx>
>
> sched will be uninitialized (and contain a garbage value) in the case
> where call->state >= RXRPC_CALL_DEAD; fix this by initializing sched
> to false to avoid an inadvertent call to rxrpc_queue_call.
>
> Signed-off-by: Colin Ian King <colin.king@xxxxxxxxxxxxx>
I already have a patch queued for this, thanks.
David