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

From: <bugzilla-noreply_at_freebsd.org>
Date: Wed, 24 Apr 2024 13:55:46 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=278546

--- Comment #3 from Paul Floyd <pjfloyd@wanadoo.fr> ---
ioctls are one of the things that Valgrind on FreeBSD needs to improve.
Currently there is minimal checking beyond the basic read/write encoding. It
needs to be extended ideally for each kind of descriptor and for each
corresponding data structur and field that gets read from or written to.

Linux does a much better job in this case.

-- 
You are receiving this mail because:
You are the assignee for the bug.