Colin King wrote:
> From: Colin Ian King
>
> 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
I already
From: Colin Ian King
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
---
net/rxrpc/call_object.c | 2 +-
1 file c