Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 24 Apr 2024 13:55:46 +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-GYLtZs8GsA@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-278546-227@https.bugs.freebsd.org/bugzilla/>
References:  <bug-278546-227@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D278546

--- 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.

--=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-278546-227-GYLtZs8GsA>