search for: rsync_acl_free

Displaying 2 results from an estimated 2 matches for "rsync_acl_free".

2010 Jun 02
1
DO NOT REPLY [Bug 7489] New: rsyncd segfaults using daemon exclude filter
...EAD, it is in generator.c. There is an error path that takes a 'goto' that skips the initialization of sx struct, then the cleanup tries to free random memory with a call to free_acl(&sx). In acls.c the free is void free_acl(stat_x *sxp) { if (sxp->acc_acl) { rsync_acl_free(sxp->acc_acl); free(sxp->acc_acl); <<<<<<< uninitialized In version 3.0.6 the 'bad' goto is at line 1315: rprintf(FERROR_XFER, "skipping daemon-excluded %s \"%s\"\n&qu...
2007 Sep 07
5
DO NOT REPLY [Bug 4957] New: rsync with acl patch crashes with fuzzy option
https://bugzilla.samba.org/show_bug.cgi?id=4957 Summary: rsync with acl patch crashes with fuzzy option Product: rsync Version: 2.6.9 Platform: x64 OS/Version: Linux Status: NEW Severity: normal Priority: P3 Component: core AssignedTo: wayned@samba.org ReportedBy: ro@suse.de