From: Jon Maloy <jon.ma...@ericsson.com> Date: Mon, 11 Dec 2017 19:11:55 +0100
> In the function tipc_sk_mcast_rcv() we call refcount_dec(&skb->users) > on received sk_buffers. Since the reference counter might hit zero at > this point, we have a potential memory leak. > > We fix this by replacing refcount_dec() with kfree_skb(). > > Signed-off-by: Jon Maloy <jon.ma...@ericsson.com> Applied and queued up for -stable.