[Bug 281279] nfscl: panic: MSan: Uninitialized stack memory in nfscl_cberrmap
Date: Sun, 08 Sep 2024 19:19:23 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=281279 Mark Johnston <markj@FreeBSD.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|New |Open --- Comment #5 from Mark Johnston <markj@FreeBSD.org> --- (In reply to Alan Somers from comment #4) > After all, I've never actually seen the wrong uid or gid displayed by "ls", which suggests that it's getting set somehow, even if MSAN doesn't know it. What if you stat(1) just the one file? ls is using fts(3), which perhaps stats something like "." before the file in question, so the struct stat is already pre-populated with the "right" value. -- You are receiving this mail because: You are the assignee for the bug.