mirror of
https://github.com/RsyncProject/rsync.git
synced 2026-09-08 11:22:14 -04:00
Merged in the security fixes from 2.5.7.
This commit is contained in:
1 parent
b11b50bcd0
commit
58cadc8608
22 files changed
+98
-77
No files matched your search
@@ -825,7 +825,7 @@ void server_options(char **args,int *argc)
|
||||
|
||||
/* Only send --suffix if it specifies a non-default value. */
|
||||
if (strcmp(backup_suffix, backup_dir? "" : BACKUP_SUFFIX) != 0) {
|
||||
char *s = malloc(9+backup_suffix_len+1);
|
||||
char *s = new_array(char, 9+backup_suffix_len+1);
|
||||
if (!s)
|
||||
out_of_memory("server_options");
|
||||
/* We use the following syntax to avoid weirdness with '~'. */
|
||||
|
||||
Reference in new issue
Block a user