[Bug 278546] fdevname_r: pass partially uninitialized memory to kernel

From: <bugzilla-noreply_at_freebsd.org>
Date: Wed, 01 May 2024 07:42:47 UTC
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.