Home
last modified time | relevance | path

Searched refs:st_sz (Results 1 – 2 of 2) sorted by relevance

/dports/security/clamav/clamav-0.104.2/libclamav/
H A Dpe.c5412 uint32_t st_sz = cli_readint32(vptr) & 0xffff; local
5413 const uint8_t *next_vptr = vptr + st_sz;
5414 uint32_t next_sfi_sz = sfi_sz - st_sz;
5416 if (st_sz > sfi_sz || st_sz <= 24) {
5424 st_sz -= 24;
5426 while (st_sz > 6) { /* enum all strings - RESUMABLE */
5431 if (s_sz > st_sz || s_sz <= 6 + 2 + 8) {
5435 st_sz = 0;
5455 st_sz -= s_sz;
5465 st_sz -= s_sz;
[all …]
/dports/security/clamav-lts/clamav-0.103.5/libclamav/
H A Dpe.c5414 uint32_t st_sz = cli_readint32(vptr) & 0xffff; local
5415 const uint8_t *next_vptr = vptr + st_sz;
5416 uint32_t next_sfi_sz = sfi_sz - st_sz;
5418 if (st_sz > sfi_sz || st_sz <= 24) {
5426 st_sz -= 24;
5428 while (st_sz > 6) { /* enum all strings - RESUMABLE */
5433 if (s_sz > st_sz || s_sz <= 6 + 2 + 8) {
5437 st_sz = 0;
5457 st_sz -= s_sz;
5467 st_sz -= s_sz;
[all …]