https://bugzilla.samba.org/show_bug.cgi?id=12769

--- Comment #7 from Simon Matter <simon.mat...@invoca.ch> ---
I've patches like this to solve our issues:

--- rsync-3.1.3/util2.c.orig    2018-01-15 04:55:07.000000000 +0100
+++ rsync-3.1.3/util2.c    2020-03-11 13:07:07.138141415 +0100
@@ -59,7 +59,7 @@
     return True;
 }

-#define MALLOC_MAX 0x40000000
+#define MALLOC_MAX 0x100000000

 void *_new_array(unsigned long num, unsigned int size, int use_calloc)
 {

-- 
You are receiving this mail because:
You are the QA Contact for the bug.

-- 
Please use reply-all for most replies to avoid omitting the mailing list.
To unsubscribe or change options: https://lists.samba.org/mailman/listinfo/rsync
Before posting, read: http://www.catb.org/~esr/faqs/smart-questions.html

Reply via email to