Edit

IABSD.fr/src/usr.bin/cvs

Branch :

  • Show log

    Commit

  • Author : guenther
    Date : 2023-08-11 04:48:14
    Hash : fd71e6a3
    Message : cvs_file_copy() used futimes(), but only set the tv_sec fields, which presumably meant passing stack garbage in the tv_usec and failing with EINVAL, whee. Switch to futimens() and set the full timespecs from the incoming struct stat ok millert@