null an additional variable

remotes/push_mirror/msnyder-llvm-3.7-3.9
Jake Fehr 8 years ago committed by Micah Snyder
parent afcd55f7c4
commit 078ab2f916
  1. 2
      libclamav/libmspack-0.5alpha/mspack/chmd.c

@ -533,7 +533,7 @@ static int chmd_fast_find(struct mschm_decompressor *base,
struct mschm_decompressor_p *self = (struct mschm_decompressor_p *) base;
struct mspack_system *sys;
struct mspack_file *fh;
const unsigned char *chunk, *p = NULL, *end = NULL;
const unsigned char *chunk = NULL, *p = NULL, *end = NULL;
int err = MSPACK_ERR_OK, result = -1;
unsigned int n, sec;

Loading…
Cancel
Save