[Bug 12769] error allocating core memory buffers (code 22) depending on source file system

samba-bugs at samba.org samba-bugs at samba.org
Fri Mar 20 13:17:27 UTC 2020


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

--- Comment #7 from Simon Matter <simon.matter at 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.



More information about the rsync mailing list