Displaying 2 results from an estimated 2 matches for "icb_include_incomplete".
2007 Nov 12
3
DO NOT REPLY [Bug 5075] New: Syncing with --iconv may yield protocol error
.../
        if (convert) {
                xbuf outbuf, inbuf;
                INIT_XBUF(outbuf, buffer + 4, 0, sizeof(buffer) - 4);
                INIT_XBUF(inbuf, (char*)buf, len, -1);
                iconvbufs(ic_send, &inbuf, &outbuf,
                                  ICB_INCLUDE_BAD | ICB_INCLUDE_INCOMPLETE);
                if (inbuf.len > 0) {
                        rprintf(FERROR, "conversion buffer overflow in
mplex_write; "
                                        "either enlarge 'buffer' or rewrite
code to allocate "
                                        "b...
2013 Apr 16
7
[Bug 9798] New: rsync crash with SIGSEGV when read time out happens
https://bugzilla.samba.org/show_bug.cgi?id=9798
           Summary: rsync crash with SIGSEGV when read time out happens
           Product: rsync
           Version: 3.0.2
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: critical
          Priority: P5
         Component: core
        AssignedTo: wayned at samba.org
        ReportedBy: vijunag at