DO NOT REPLY [Bug 7057] Buffer overflow when sending a file with long name

samba-bugs at samba.org samba-bugs at samba.org
Fri Mar 26 18:16:47 MDT 2010


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





------- Comment #11 from wayned at samba.org  2010-03-26 19:16 CST -------
Created an attachment (id=5553)
 --> (https://bugzilla.samba.org/attachment.cgi?id=5553&action=view)
Vary the final dir len (creates 3 final dirs) and puts 3 files in those dirs
with varying name lengths.

My version of the make-chain script puts the files "1" "22" and "333" into the
final dir, and also into 2 other dirs (so they are 13, 14, and 15 chars long). 
This results in:

<13-char>/1        succeeds
<13-char>/22       fails by 1
<13-char>/333      fails by 2
<14-char>/1        fails by 1
<14-char>/22       fails by 2
<14-char>/333      fails by 3
<15-char>/1        fails by 2
<15-char>/22       fails by 3
<15-char>/333      fails by 4


-- 
Configure bugmail: https://bugzilla.samba.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug, or are watching the QA contact.


More information about the rsync mailing list