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

(-)hcode2.1-mailpatch3/mail.c (-1 / +1 lines)
Lines 240-246 int outCode; Link Here
240
    unsigned char ibuf[HDR_BUF_LEN],obuf[HDR_BUF_LEN],tbuf[HDR_BUF_LEN];
240
    unsigned char ibuf[HDR_BUF_LEN],obuf[HDR_BUF_LEN],tbuf[HDR_BUF_LEN];
241
    unsigned char *iptr, *tptr;
241
    unsigned char *iptr, *tptr;
242
242
243
    if ( cp >= HDR_BUF_LEN ) {
243
    if ( cp >= (HDR_BUF_LEN-8) ) {
244
        pr2m(Printwc,fpout,outCode);
244
        pr2m(Printwc,fpout,outCode);
245
        return;
245
        return;
246
    }
246
    }

Return to bug 1223534