Skip to content

Commit

Permalink
News: Add detail for clamd all-match stickiness bug fix
Browse files Browse the repository at this point in the history
  • Loading branch information
micahsnyder committed Nov 10, 2022
1 parent 6c320f8 commit 94d6497
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions NEWS.md
Original file line number Diff line number Diff line change
Expand Up @@ -174,17 +174,21 @@ ClamAV 1.0.0 includes the following improvements and changes.
specify a wildcard (`*`) for the size field. The fix is part of the all-match
feature overhaul.

- Fix the default bytecode timeout value listed in the manpages and in the
- Fixed the default bytecode timeout value listed in the manpages and in the
sample config files. Patches courtesy of Liam Jarvis and Ben Bodenmiller.
- GitHub pull requests:
- https://github.com/Cisco-Talos/clamav/pull/631
- https://github.com/Cisco-Talos/clamav/pull/661

- Fix issue building the libclamav_rust test program when running `ctest` if
building with `BYTECODE_RUNTIME=llvm` and when the `FindLLVM.cmake` module is
used to find the LLVM libraries. Patch courtesy of GitHub user teoberi.
- Fixed an issue building the libclamav_rust test program when running `ctest`
if building with `BYTECODE_RUNTIME=llvm` and when the `FindLLVM.cmake` module
is used to find the LLVM libraries. Patch courtesy of GitHub user teoberi.
- GitHub pull request: https://github.com/Cisco-Talos/clamav/pull/572

- Fixed an issue where scans sent to `clamd` with the all-match mode enabled
caused all subsequent scans to also use all-match mode.
- GitHub pull request: https://github.com/Cisco-Talos/clamav/pull/741

### Acknowledgments

Special thanks to the following people for code contributions and bug reports:
Expand Down

0 comments on commit 94d6497

Please sign in to comment.