Home
last modified time | relevance | path

Searched hist:ccbd3dbe (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/net/rxrpc/
H A Dconn_event.cccbd3dbe Tue Aug 30 03:49:28 CDT 2016 David Howells <dhowells@redhat.com> 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: David Howells <dhowells@redhat.com>
ccbd3dbe Tue Aug 30 03:49:28 CDT 2016 David Howells <dhowells@redhat.com> 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: David Howells <dhowells@redhat.com>