git-svn: trunk@1856
remotes/push_mirror/metadata
Tomasz Kojm 19 years ago
parent 0710165d1c
commit 13868beb92
  1. 4
      clamav-devel/libclamav/matcher.c

@ -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];

Loading…
Cancel
Save