"ip" is a pointer into the mbuf chain, so we shouldn't access it after
the chain is freed.
Fix style at the call site.
Reported by: syzbot+7c8258509722af1b6145@syzkaller.appspotmail.com
Fixes: de2d47842e88 ("SMR protection for inpcbs")
Differential D33473
udp: Fix a use-after-free in udp_multi_input() markj on Dec 15 2021, 5:19 PM. Authored by Tags None Referenced Files
Details
"ip" is a pointer into the mbuf chain, so we shouldn't access it after Fix style at the call site. Reported by: syzbot+7c8258509722af1b6145@syzkaller.appspotmail.com
Diff Detail
|