Date: Sun, 16 Apr 2017 14:54:38 +0000 From: bugzilla-noreply@freebsd.org To: freebsd-bugs@FreeBSD.org Subject: [Bug 218687] [patch] use uninitialized fields of struct inpcb Message-ID: <bug-218687-8@https.bugs.freebsd.org/bugzilla/>
next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D218687 Bug ID: 218687 Summary: [patch] use uninitialized fields of struct inpcb Product: Base System Version: CURRENT Hardware: Any OS: Any Status: New Keywords: patch Severity: Affects Only Me Priority: --- Component: kern Assignee: freebsd-bugs@FreeBSD.org Reporter: luke.tw@gmail.com Keywords: patch Created attachment 181823 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=3D181823&action= =3Dedit patch for struct inpcb There are two uninitialized use of struct inpcb. 1. inp_lock it is possible to use garbage value in the lock field when INP_LOCK_INIT= (). 2. inp_rtu Use of the uninitialized value in the field can trigger lots of assert a= nd page fault. --=20 You are receiving this mail because: You are the assignee for the bug.=
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-218687-8>