Files
Val S. d758c00537 Tests: Fix a couple of valgrind complaints (#1554)
Fix valgrind issues regarding:

- Unclosed log file descriptor in libclamav unit test program.
  Also need to disable debug logging for `iconv_cache_destroy()` for this
  or else it will try to use that file descriptor after `main()` exits.

- Unclosed socket file descriptor in ClamDScan when doing `ping()`
  function.

CLAM-2872
2025-09-09 12:35:14 -04:00
..