Mark Johnston eca9ac5a32 vfs: Avoid a comparison with an uninitialized field in setutimes()
Some filesystems, e.g., devfs, do not populate va_birthtime in their
GETATTR implementations.  To handle this, make sure that va_birthtime is
initialized to the quasi-standard value of { VNOVAL, 0 } before calling
VOP_GETATTR.

Reported by:	KMSAN
Reviewed by:	kib
MFC after:	1 week
Sponsored by:	The FreeBSD Foundation
Differential Revision:	https://reviews.freebsd.org/D31468
2021-08-09 13:27:20 -04:00
..
2021-08-08 21:28:25 +00:00
2021-08-08 13:24:19 +00:00
2021-07-28 09:35:09 -07:00
2021-07-31 16:53:42 +03:00
2021-08-05 22:52:26 +08:00