[SCM] The rsync repository. - branch master updated

Rsync CVS commit messages rsync-cvs at lists.samba.org
Fri Jun 26 05:36:50 UTC 2020


The branch, master has been updated
       via  fe2ef556 A few more tweaks.
      from  11eb67ee Some memory allocation improvements

https://git.samba.org/?p=rsync.git;a=shortlog;h=master


- Log -----------------------------------------------------------------
commit fe2ef556d9ef11e5dd549e19a06a7a924f7ddfa1
Author: Wayne Davison <wayne at opencoder.net>
Date:   Thu Jun 25 21:32:00 2020 -0700

    A few more tweaks.

-----------------------------------------------------------------------

Summary of changes:
 NEWS.md | 4 ++--
 flist.c | 3 ---
 2 files changed, 2 insertions(+), 5 deletions(-)


Changeset truncated at 500 lines:

diff --git a/NEWS.md b/NEWS.md
index 622dc09b..2d81eb66 100644
--- a/NEWS.md
+++ b/NEWS.md
@@ -8,7 +8,7 @@ Protocol: 31 (unchanged)
 
 ### BUG FIXES:
 
- - Fix installing rsync-ssl script from an alternate build dir.
+ - Fixed installing rsync-ssl script from an alternate build dir.
 
  - Apple requires the asm function name to begin with an underscore.
 
@@ -67,7 +67,7 @@ Protocol: 31 (unchanged)
    their buggy compiler (since the configure test is apparently not finding
    all the compilers that will to crash and burn).
 
- - Fix an issue in the md2man script when building from an external dir.
+ - Fixed an issue in the md2man script when building from an alternate dir.
 
  - Disable `--atimes` on macOS (it apparently just ignores the atime change).
 
diff --git a/flist.c b/flist.c
index 6b19776f..f248e29b 100644
--- a/flist.c
+++ b/flist.c
@@ -311,9 +311,6 @@ static void flist_expand(struct file_list *flist, int extra)
 	}
 
 	flist->files = new_ptr;
-
-	if (!flist->files)
-		out_of_memory("flist_expand");
 }
 
 static void flist_done_allocating(struct file_list *flist)


-- 
The rsync repository.



More information about the rsync-cvs mailing list