Displaying 1 result from an estimated 1 matches for "ahanxxuv".
2011 Jul 28
1
[Bug 8333] New: crash with hfs-compression.diff and possible fix
...P5
Component: core
AssignedTo: wayned at samba.org
ReportedBy: martinjotte at gmail.com
QAContact: rsync-qa at samba.org
Using the latest 3.0.9-pre1 with the hfs-compression patches, rsync crashed on
the receiver side on files with hfs-compression (I used rsync -aHANXxuv
--force-change --hfs-compression --fileflags).
The crash was occurring in routine rsync_xal_set in xattrs.c. Near line 900 of
the patched xattrs.c, we have
memcpy(ptr + len, name, name_len);
At this part of the code, for hfs-compressed attributes it appears that ptr is
se...