Date: Sun, 22 Jan 2006 13:41:16 +0000 (UTC) From: Diomidis Spinellis <dds@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libc/sys utimes.2 src/sys/kern vfs_syscalls.c Message-ID: <200601221341.k0MDfGg3028816@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
dds 2006-01-22 13:41:15 UTC FreeBSD src repository Modified files: (Branch: RELENG_4) lib/libc/sys utimes.2 sys/kern vfs_syscalls.c Log: MFC: Return EINVAL if the tv_usec part of the utimes(2) arguments contains incorrect fractional second values (outside the range 0-999999). Prior to this change users could create files with values outside that range. Moreover, on 32-bit machines tv_usec offsets larger than 4.3s would result in an unnormalized AND wrong timestamp value, due to overflow. Revision Changes Path 1.8.2.5 +7 -1 src/lib/libc/sys/utimes.2 1.151.2.20 +3 -0 src/sys/kern/vfs_syscalls.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200601221341.k0MDfGg3028816>