NetBSD-Bugs archive

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

PR/54564 CVS commit: [netbsd-9] src/bin/cp



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

From: "Martin Husemann" <martin%netbsd.org@localhost>
To: gnats-bugs%gnats.NetBSD.org@localhost
Cc: 
Subject: PR/54564 CVS commit: [netbsd-9] src/bin/cp
Date: Thu, 23 Sep 2021 10:11:02 +0000

 Module Name:	src
 Committed By:	martin
 Date:		Thu Sep 23 10:11:02 UTC 2021
 
 Modified Files:
 	src/bin/cp [netbsd-9]: utils.c
 
 Log Message:
 Pull up following revision(s) (requested by skrll in ticket #1348):
 
 	bin/cp/utils.c: revision 1.47
 
 PR/54564: Jan Schaumann: cp of a fifo yields an empty file
 
 Don't short-circuit 0 sized stat entries if they don't belong to regular
 files.
 
 Also don't try to mmap non-regular files.
 
 
 To generate a diff of this commit:
 cvs rdiff -u -r1.46 -r1.46.2.1 src/bin/cp/utils.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