Skip to content
Commit ccbd3dbe authored by David Howells's avatar David Howells
Browse files

rxrpc: Fix a potential NULL-pointer deref in rxrpc_abort_calls



The call pointer in a channel on a connection will be NULL if there's no
active call on that channel.  rxrpc_abort_calls() needs to check for this
before trying to take the call's state_lock.

Signed-off-by: default avatarDavid Howells <dhowells@redhat.com>
parent 3201a39b
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment