Displaying 3 results from an estimated 3 matches for "init_xbuf".
2007 Nov 12
3
DO NOT REPLY [Bug 5075] New: Syncing with --iconv may yield protocol error
...nv_t)-1)
#endif
                convert = 0;
#ifdef ICONV_OPTION
        /* We need to convert buf before doing anything else so that we
         * can include the (converted) byte length in the message header.
         */
        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) {...
2015 Jun 17
8
[Bug 11338] New: Rsync Crash - Segmentation fault
https://bugzilla.samba.org/show_bug.cgi?id=11338
            Bug ID: 11338
           Summary: Rsync Crash - Segmentation fault
           Product: rsync
           Version: 3.1.1
          Hardware: x64
                OS: Linux
            Status: NEW
          Severity: normal
          Priority: P5
         Component: core
          Assignee: wayned at samba.org
          Reporter:
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