NetBSD-Bugs archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

PR/49144 CVS commit: src/tests/fs/vfs



The following reply was made to PR bin/49144; it has been noted by GNATS.

From: "Andreas Gustafsson" <gson%netbsd.org@localhost>
To: gnats-bugs%gnats.NetBSD.org@localhost
Cc: 
Subject: PR/49144 CVS commit: src/tests/fs/vfs
Date: Fri, 29 Aug 2014 17:39:18 +0000

 Module Name:   src
 Committed By:  gson
 Date:          Fri Aug 29 17:39:18 UTC 2014
 
 Modified Files:
        src/tests/fs/vfs: t_unpriv.c
 
 Log Message:
 Don't pass an uninitialized variable as the times[] argument of
 rump_sys_utimes().  Instead, pass combinations of values representing
 edge cases: the farthest possible past, the epoch, and the farthest
 possible future.  Now the excessive runtime reported in PR bin/49144
 occurs reliably, on multiple architectures, and not only with udf, but
 also with msdosfs.
 
 
 To generate a diff of this commit:
 cvs rdiff -u -r1.10 -r1.11 src/tests/fs/vfs/t_unpriv.c
 
 Please note that diffs are not public domain; they are subject to the
 copyright notices on the relevant files.
 


Home | Main Index | Thread Index | Old Index