Hello, All!

In libclamav/zziplib/zzip-file.c there are other strange thing:

       if(hdr->d_off < 0)
        {
                free(hdr0);
                return ZZIP_DIR_READ;
        }

but hdr->d_off is unsigned (uint32_t d_off) and this block never run.

--
Anton Yuzhaninov, OSPF-RIPE, mail: citrin (at) citrin.ru 



_______________________________________________
http://lurker.clamav.net/list/clamav-devel.html

Reply via email to