Re: [PATCH net] rxrpc: Fix possible NULL pointer access in ICMP handling

From: David Howells
Date: Tue Oct 15 2019 - 11:50:07 EST


Eric Dumazet <eric.dumazet@xxxxxxxxx> wrote:

> void rxrpc_error_report(struct sock *sk)
> {
> + struct rxrpc_local *local = rcu_dereference_sk_user_data(sk);

Acked-by: David Howells <dhowells@xxxxxxxxxx>