possible uninit in explode.c

git-svn: trunk@3677
remotes/push_mirror/metadata
aCaB 18 years ago
parent 386566c73d
commit 07f73b35dd
  1. 4
      ChangeLog
  2. 2
      libclamav/explode.c

@ -1,3 +1,7 @@
Tue Feb 26 17:51:50 CET 2008 (acab)
-----------------------------------
* libclamav/explode.c: fix possible uninit variable - thx TK
Tue Feb 26 14:08:13 CET 2008 (tk)
---------------------------------
* libclamav/filetypes_int.h: add a generic sig to detect emails without

@ -225,7 +225,7 @@ int explode_init(struct xplstate *X, uint16_t flags) {
int explode(struct xplstate *X) {
unsigned int val, need;
int temp;
int temp=-1;
switch(X->state) {
/* grab compressed coded literals, if present */

Loading…
Cancel
Save