1
0
mirror of http://galexander.org/git/simplesshd.git synced 2024-11-27 09:48:08 +00:00

add config defines to rsync so it will use mkstemp() instead of mktemp()

(fixes link-time warning and possible vulnerability)
This commit is contained in:
Greg Alexander 2016-06-18 15:33:09 -04:00
parent 20e8113f28
commit 3bc9394101

View File

@ -62,5 +62,8 @@
#define HAVE_UTIMES 1 #define HAVE_UTIMES 1
#define SIZEOF_OFF64_T 8 #define SIZEOF_OFF64_T 8
#define HAVE_READLINK 1 #define HAVE_READLINK 1
#define HAVE_SECURE_MKSTEMP 1
#define HAVE_FCHMOD 1
#define HAVE_SETMODE 1
#endif /* __RSYNC_CONFIG_H */ #endif /* __RSYNC_CONFIG_H */