Re: BUG: unable to handle kernel NULL pointer dereference in udpv6_sendmsg

From: David Howells
Date: Mon Nov 21 2022 - 10:37:59 EST


Wei Chen <harperchen1110@xxxxxxxxx> wrote:

> HEAD commit: 147307c69ba

fatal: ambiguous argument '147307c69ba': unknown revision or path not in the working tree.

> git tree: upstream

Depends what you mean by "upstream". do_udp_sendmsg net/rxrpc/output.c:27
should only be in net-next/master outside of my tree; it shouldn't be in
Linus's tree yet.

Was the crash fixed by either of:

66f6fd278c67 (tag: rxrpc-next-20221116) rxrpc: Fix network address validation
6423ac2eb31e rxrpc: Fix oops from calling udpv6_sendmsg() on AF_INET socket

David