DO NOT REPLY [Bug 5235] buffer overflow in receive_file_entry

samba-bugs at samba.org samba-bugs at samba.org
Wed Feb 6 03:08:52 GMT 2008


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


wayned at samba.org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |WONTFIX




------- Comment #1 from wayned at samba.org  2008-02-05 21:08 CST -------
The MAXPATHLEN value is supposed to be the maximum length of a string that the
file-handling functions of your OS can accept.  If your OS (or maybe cygwin?)
has it set too small, you should tell those responsible to make it larger.

In the meantime, you can also redefine MAXPATHLEN in config.h so that the whole
app benefits (use #undef before the #define).  Making some buffers use
BIGPATHBUFLEN instead of MAXPATHLEN can cause problems.


-- 
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