View | Details | Raw Unified | Return to bug 49406
Collapse All | Expand All

(-)fcgid_bucket.c.rev816972 (-1 / +1 lines)
Lines 96-102 Link Here
96
96
97
        /* Initialize header */
97
        /* Initialize header */
98
        putsize = fcgid_min(bufferlen, sizeof(header) - hasread);
98
        putsize = fcgid_min(bufferlen, sizeof(header) - hasread);
99
        memcpy(&header + hasread, buffer, putsize);
99
        memcpy((char*)(&header) + hasread, buffer, putsize);
100
        hasread += putsize;
100
        hasread += putsize;
101
101
102
        /* Ignore the bytes that have read */
102
        /* Ignore the bytes that have read */

Return to bug 49406