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

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

Mark Johnston <markj@FreeBSD.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|New                         |Open
                 CC|                            |pjfloyd@wanadoo.fr

--- Comment #2 from Mark Johnston <markj@FreeBSD.org> ---
Is it possible for valgrind to suppress this warning, perhaps based on a
builtin model of FIODGNAME?  The uninitialized bytes are harmless.  If needed
we can zero them but it's a bit silly.

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