| http://www.w3.org/ns/prov#value | - Hi, I think there is a bug in the cli_ac_addpatt() function. in my kernel module version of clamav, I check for wildcard characters in the first 2 bytes of the pattern: for(i = 0; i < AC_MIN_LENGTH; i++) { // wild card characters not allowed in hash if (pattern->pattern[i] == CLI_IGN || pattern->pattern[i] == CLI_ALT) return CL_EPATSHORT; } I do that because if such a node is added to the AC trie,
|