Date: Sat, 09 May 2026 18:39:33 +0000 From: bugzilla-noreply@freebsd.org To: bugs@FreeBSD.org Subject: [Bug 295129] if_geneve.c geneve_udp_input() can use ifp before it is set Message-ID: <bug-295129-227@https.bugs.freebsd.org/bugzilla/>
index | next in thread | raw e-mail
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=295129 Bug ID: 295129 Summary: if_geneve.c geneve_udp_input() can use ifp before it is set Product: Base System Version: CURRENT Hardware: Any OS: Any Status: New Severity: Affects Some People Priority: --- Component: kern Assignee: bugs@FreeBSD.org Reporter: rtm@lcs.mit.edu geneve_udp_input() has a few "goto out" before it sets ifp, but the "out" code passes ifp to if_inc_counter(), which can crash due to ifp holding garbage. -- You are receiving this mail because: You are the assignee for the bug.home | help
Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-295129-227>
