[Bug 278546] fdevname_r: pass partially uninitialized memory to kernel
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.