search for: rsync_xal_free

Displaying 3 results from an estimated 3 matches for "rsync_xal_free".

2011 Sep 22
3
[Bug 8475] New: memory leak around free_xattr() and rsync_xal_free(), with -aX, 200 bytes per file and per directory
https://bugzilla.samba.org/show_bug.cgi?id=8475 Summary: memory leak around free_xattr() and rsync_xal_free(), with -aX, 200 bytes per file and per directory Product: rsync Version: 3.0.9 Platform: All OS/Version: All Status: NEW Severity: normal Priority: P5 Component: core AssignedTo: wayned at...
2011 Dec 16
1
[Bug 8665] New: Crash in free_xattr(), from recv_generator()
...ty: P5 Component: core AssignedTo: wayned at samba.org ReportedBy: chris at onthe.net.au QAContact: rsync-qa at samba.org Hi, In current git, I'm getting a crash in the free_xattr() just before the end of recv_generator(): (gdb) bt #0 0x0000000000445d98 in rsync_xal_free (xalp=0x1986e60) at xattrs.c:101 #1 0x0000000000445df9 in free_xattr (sxp=0x7ffff250d2d0) at xattrs.c:111 #2 0x0000000000415ab7 in recv_generator (fname=0x7ffff250f540 "xxxxxx", file=0x7f457b201db8, ndx=8, itemizing=1, code=FLOG, f_out=1) at generator.c:1892 #3 0x0000000000416e96...
2009 Nov 30
1
A crash when syncing xattr with rsync-3.0.6
...patch: --- rsync-3.0.6/xattrs.c 2009-11-30 14:16:53.501050939 +0200 +++ rsync-3.0.6/xattrs.c.new 2009-11-30 14:40:58.839777618 +0200 @@ -748,7 +748,6 @@ rsync_xal_l.count = prior_xattr_count; while (xattr_item-- > xattr_start) { rsync_xal_free(xattr_item); - free(xattr_item); } prior_xattr_count = (size_t)-1; } Thanks, Amir