commit | c8c8218ec5af5d2598381883acbefbf604e56b5e | [log] [tgz] |
---|---|---|
author | Cong Wang <xiyou.wangcong@gmail.com> | Thu Jun 27 14:30:58 2019 -0700 |
committer | David S. Miller <davem@davemloft.net> | Mon Jul 01 19:00:52 2019 -0700 |
tree | 95b451690c50a0b20610a957cec9d64551a38c3a | |
parent | 2e60546368165c2449564d71f6005dda9205b5fb [diff] |
netrom: fix a memory leak in nr_rx_frame() 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: syzbot+d6636a36d3c34bd88938@syzkaller.appspotmail.com Signed-off-by: Cong Wang <xiyou.wangcong@gmail.com> Signed-off-by: David S. Miller <davem@davemloft.net>