Date: Wed, 01 May 2024 07:42:47 +0000 From: bugzilla-noreply@freebsd.org To: bugs@FreeBSD.org Subject: [Bug 278546] fdevname_r: pass partially uninitialized memory to kernel Message-ID: <bug-278546-227-yQeBj1nQb0@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-278546-227@https.bugs.freebsd.org/bugzilla/>
index | next in thread | previous in thread | raw e-mail
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=278546 --- Comment #8 from Paul Floyd <pjfloyd@wanadoo.fr> --- find . -name "*h" -exec egrep "_IO(R|W|WR)\(" {} /dev/null \; | wc 1716 10762 139454 1036 of those use a struct And using different structs find . -name "*h" -exec egrep "_IO(R|W|WR)\(" {} /dev/null \; | grep struct | sed 's/.*struct//' | sed 's/).*//' | sort -u | wc 538 539 8235 -- 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-278546-227-yQeBj1nQb0>
