[Bug 240049] Flakey test case: lib.libc.gen.getmntinfo_test.getmntinfo_test
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Sun May 3 23:11:39 UTC 2020
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=240049
--- Comment #8 from Mateusz Guzik <mjg at FreeBSD.org> ---
Is this testcase running in parallel with mount/unmount requests for something
else? If not, what's "mount" output while the test is running?
It is supposed to be an invariant that the fields tested here are set correctly
at mount time, but I see a potential for a race. Prior to my changes the kernel
kept overwriting these fields before copyout with expected values.
VFS_STATFS(mp, &mp->mnt_stat) called on mount can easily inject transiently
"bad" values due to memcpy. Note the rest of the buffer has arbitrary content.
If I'm right, the code was already broken prior to my changes but not in a way
which could have been detected by this testcase.
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the freebsd-testing
mailing list