[Pkg-owncloud-commits] [ocsync] 01/09: Use lstat rather than link following stat.
Sandro Knauß
hefee-guest at moszumanska.debian.org
Sun Dec 8 21:51:47 UTC 2013
This is an automated email from the git hooks/post-receive script.
hefee-guest pushed a commit to branch master
in repository ocsync.
commit 243279aa3fda8aa0cf56adf1133bc745aa0d58ae
Author: Klaas Freitag <freitag at owncloud.com>
Date: Mon Dec 2 16:45:28 2013 +0100
Use lstat rather than link following stat.
This fixes https://github.com/owncloud/core/issues/6146
---
src/std/c_private.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/std/c_private.h b/src/std/c_private.h
index c37bf72..fb1313c 100644
--- a/src/std/c_private.h
+++ b/src/std/c_private.h
@@ -119,7 +119,7 @@ typedef char mbchar_t;
#define _ttelldir telldir
#define _tseekdir seekdir
#define _tcreat creat
-#define _tstat stat
+#define _tstat lstat
#define _tfstat fstat
#define _tunlink unlink
#define _tmkdir(X,Y) mkdir(X,Y)
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-owncloud/ocsync.git
More information about the Pkg-owncloud-commits
mailing list