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

Resolve incompatible-pointer-types #1372

Open Kangie opened 1 week ago

Kangie commented 1 week ago

Explicitly cast regex match to const char **; we don't modify the value once it's set like this; we should be safe.