One gets a protocol error if one tries to copy a large local file on HP-SUX to another system. Cause: configure detects a broken vsnprintf, which forces the replacement from openbsd-compat/bsd-snprintf.c to be used. Unfortunatly the replacement snprintf does not handle the "%lld" format correctly. the function fmtint() does not accept "long long" (aka LLONG) values. So it is rather not an HP-UX specific problem, but manifest itselfs on HP-UX. See patch.
Created attachment 1101 [details] Patch to anable LLONG arguments to fmtint()
Thanks, but an almost identical patch has already been applied. *** This bug has been marked as a duplicate of bug 1173 ***
Change all RESOLVED bug to CLOSED with the exception of the ones fixed post-4.4.