From: Jon Maloy <[email protected]> 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 <[email protected]> Applied and queued up for -stable. ------------------------------------------------------------------------------ Check out the vibrant tech community on one of the world's most engaging tech sites, Slashdot.org! http://sdm.link/slashdot _______________________________________________ tipc-discussion mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/tipc-discussion
