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

(fixes link-time warning and possible vulnerability)
sigsegv_dump
Greg Alexander 8 years ago
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…
Cancel
Save