[Bug 8508] out of memory in glob_expand_module

samba-bugs at samba.org samba-bugs at samba.org
Thu Oct 6 09:55:45 MDT 2011


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

--- Comment #3 from Wayne Davison <wayned at samba.org> 2011-10-06 15:55:44 UTC ---
The asprintf() call in question is only 1 of 2 in all of rsync that tests the
success of the function via "<= 0" rather than "< 0".  Perhaps just removing
the '=' in those calls would fix the issue?  Is the SunOS asprintf() working OK
if it returns 0?

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


More information about the rsync mailing list