|
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 |
} |