Skip to content
Commit f6a961da authored by Cong Wang's avatar Cong Wang Committed by Greg Kroah-Hartman
Browse files

netrom: fix a memory leak in nr_rx_frame()

[ Upstream commit c8c8218e

 ]

When the skb is associated with a new sock, just assigning
it to skb->sk is not sufficient, we have to set its destructor
to free the sock properly too.

Reported-by: default avatar <syzbot+d6636a36d3c34bd88938@syzkaller.appspotmail.com>
Signed-off-by: default avatarCong Wang <xiyou.wangcong@gmail.com>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent bd32c5b3
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment