clamav
clamav copied to clipboard
0.105.1 crashed with "thread '<unnamed>' panicked at 'called `Result::unwrap()` on an `Err` value"
The last few log lines:
Jul 29 11:01:17 mail-cbf-int clamd[2614455]: Fri Jul 29 11:01:17 2022 -> instream(127.0.0.1@49074): SecuriteInfo.com.MSIL.Kryptik.WZA.UNOFFICIAL(0c88f63e43690cefbb6a212821233575:651581) FOUND
Jul 29 11:01:21 mail-cbf-int clamd[2614455]: thread '<unnamed>' panicked at 'called `Result::unwrap()` on an `Err` value: Format("scan makes use of unset dc huffman table")', /usr/share/jenkins/workspace/test-pipelines_build-0.105/clamav-devel/libclamav_rust/.cargo/vendor/tiff/src/decoder/image.rs:348:45
Jul 29 11:01:21 mail-cbf-int clamd[2614455]: note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace
Jul 29 11:01:21 mail-cbf-int clamd[2614455]: fatal runtime error: failed to initiate panic, error 5
Jul 29 11:01:21 mail-cbf-int systemd[1]: clamav-daemon.service: Main process exited, code=killed, status=6/ABRT
Jul 29 11:01:21 mail-cbf-int systemd[1]: clamav-daemon.service: Failed with result 'signal'.
Running clamav-0.105.1.linux.x86_64.deb here.
Hi @hildeb,
We also ran into this bug 2 days ago. It's a bug in a dependency we're using to parse tiff files to compute image fuzzy hashes. I filed a bug report with the project: https://github.com/image-rs/image-tiff/issues/168
We can re-package 0.105.1 with updated dependencies when it is resolved.
Regards, Micah