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:
parent
20e8113f28
commit
3bc9394101
@ -62,5 +62,8 @@
|
||||
#define HAVE_UTIMES 1
|
||||
#define SIZEOF_OFF64_T 8
|
||||
#define HAVE_READLINK 1
|
||||
#define HAVE_SECURE_MKSTEMP 1
|
||||
#define HAVE_FCHMOD 1
|
||||
#define HAVE_SETMODE 1
|
||||
|
||||
#endif /* __RSYNC_CONFIG_H */
|
||||
|
Loading…
Reference in New Issue
Block a user