Date: Sat, 5 Jun 2010 08:50:39 +0000 (UTC) From: Edward Tomasz Napierala <trasz@FreeBSD.org> To: cvs-src-old@freebsd.org Subject: cvs commit: src/bin/cp cp.c Message-ID: <201006050850.o558oo8S044074@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
trasz 2010-06-05 08:50:39 UTC FreeBSD src repository Modified files: bin/cp cp.c Log: SVN rev 208821 on 2010-06-05 08:50:39Z by trasz Don't try to copy a socket after "xxx is a socket (not copied)." message. Previously, it would either try to copy it anyway and fail (without -R), or create fifo instead of the socket (with -R). Found with: Coverity Prevent CID: 5623 MFC after: 2 weeks Revision Changes Path 1.62 +1 -0 src/bin/cp/cp.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201006050850.o558oo8S044074>