commit | ccbd3dbe85e1445231a7e0da2dada130cedce9d0 | [log] [tgz] |
---|---|---|
author | David Howells <dhowells@redhat.com> | Tue Aug 30 09:49:28 2016 +0100 |
committer | David Howells <dhowells@redhat.com> | Tue Aug 30 15:56:12 2016 +0100 |
tree | cb96dbb4c0f156c993f18ccf9f3b3277b3492da1 | |
parent | 3201a39ba8d7edaa1698c438fdd8f1464290d033 [diff] |
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>