Home
last modified time | relevance | path

Searched hist:"1457 cc4c" (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/net/rxrpc/
H A Doutput.c1457cc4c Thu Nov 02 10:06:55 CDT 2017 David Howells <dhowells@redhat.com> rxrpc: Fix a null ptr deref in rxrpc_fill_out_ack()

rxrpc_fill_out_ack() needs to be passed the connection pointer from its
caller rather than using call->conn as the call may be disconnected in
parallel with it, clearing call->conn, leading to:

BUG: unable to handle kernel NULL pointer dereference at 0000000000000010
IP: rxrpc_send_ack_packet+0x231/0x6a4

Signed-off-by: David Howells <dhowells@redhat.com>
1457cc4c Thu Nov 02 10:06:55 CDT 2017 David Howells <dhowells@redhat.com> rxrpc: Fix a null ptr deref in rxrpc_fill_out_ack()

rxrpc_fill_out_ack() needs to be passed the connection pointer from its
caller rather than using call->conn as the call may be disconnected in
parallel with it, clearing call->conn, leading to:

BUG: unable to handle kernel NULL pointer dereference at 0000000000000010
IP: rxrpc_send_ack_packet+0x231/0x6a4

Signed-off-by: David Howells <dhowells@redhat.com>