From: Jon Maloy
Date: Mon, 15 Aug 2016 19:48:24 +
> Sorry, I just came back from vacation today.
>
> Acked-by: Jon Maloy
Applied.
Kerrisk ;
> linux-ker...@vger.kernel.org
> Subject: Re: [PATCH] tipc: fix NULL pointer dereference in shutdown()
>
> Hi,
>
> I didn't see this patch go in yet. Jon Maloy, ping?
>
> Should this go through somebody else?
>
>
> Vegard
>
> O
: Jon Maloy; Xue, Ying
Cc: netdev@vger.kernel.org; David S. Miller; Michael Kerrisk;
linux-ker...@vger.kernel.org; Vegard Nossum; sta...@vger.kernel.org
Subject: [PATCH] tipc: fix NULL pointer dereference in shutdown()
tipc_msg_create() can return a NULL skb and if so, we shouldn't t
Subject: [PATCH] tipc: fix NULL pointer dereference in shutdown()
tipc_msg_create() can return a NULL skb and if so, we shouldn't try to call
tipc_node_xmit_skb() on it.
general protection fault: [#1] PREEMPT SMP KASAN
CPU: 3 PID: 30298 Comm: trinity-c0 Not tainted 4.7.0-rc7
tipc_msg_create() can return a NULL skb and if so, we shouldn't try to
call tipc_node_xmit_skb() on it.
general protection fault: [#1] PREEMPT SMP KASAN
CPU: 3 PID: 30298 Comm: trinity-c0 Not tainted 4.7.0-rc7+ #19
Hardware name: QEMU Standard PC (i440FX + PIIX, 1996), BIOS
Ubunt