|
|
|
@ -277,8 +277,8 @@ int cli_validatesig(unsigned short target, unsigned short ftype, const char *off |
|
|
|
|
int cli_scandesc(int desc, cli_ctx *ctx, unsigned short otfrec, unsigned short ftype, struct cli_matched_type **ftoffset) |
|
|
|
|
{ |
|
|
|
|
char *buffer, *buff, *endbl, *pt; |
|
|
|
|
int ret, *gpartcnt, *tpartcnt, type = CL_CLEAN, i, tid = 0; |
|
|
|
|
unsigned int bytes, buffersize, length, maxpatlen, shift = 0; |
|
|
|
|
int ret, *gpartcnt, *tpartcnt, type = CL_CLEAN, i, tid = 0, bytes; |
|
|
|
|
unsigned int buffersize, length, maxpatlen, shift = 0; |
|
|
|
|
unsigned long int *gpartoff, *tpartoff, offset = 0; |
|
|
|
|
MD5_CTX md5ctx; |
|
|
|
|
unsigned char digest[16]; |
|
|
|
|