[Bug 8090] full_fname out of memory error on missing file SunOS 5.8

samba-bugs at samba.org samba-bugs at samba.org
Mon May 30 11:29:12 MDT 2011


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

--- Comment #2 from Wayne Davison <wayned at samba.org> 2011-05-30 17:29:11 UTC ---
full_fname() is calling asprintf().  Perhaps that is not supported on Solaris
5.8?  You could try using the version supplied by lib/snprintf.c (e.g.
manipulating the defines in config.h, and perhaps some function-name trickery).

If asprintf() isn't the issue, I'd suggest either using a debugger to look at
the string pointers that will be passed to asprintf(), or outputting them via
debug fprintf(stderr, "...") calls.

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