Cisco-Talos / clamav

ClamAV - Documentation is here: https://docs.clamav.net
https://www.clamav.net/
GNU General Public License v2.0
4.27k stars 692 forks source link

Add regex support for OnAccessExcludePath #1314

Open b1tg opened 2 months ago

b1tg commented 2 months ago

Fix https://github.com/Cisco-Talos/clamav/issues/1074

To efficiently iterate over all watching files, I've introduced a linked list within struct onas_ht to keep track of all active buckets. Would this approach be effective for our purposes? @micahsnyder

micahsnyder commented 5 days ago

Rebased and squashed