Skip to content

Commit

Permalink
Export symbols for calculating image fuzzy hash
Browse files Browse the repository at this point in the history
These symbols are used by an internal python tool for generating
signatures:
- fuzzy_hash_calculate_image
- ffierror_fmt

`ffierror_fmt` is required to free the error structure passed back in
case of an error.

Since version 1.1.0 started using libclamav.map again, we need to
explicitly export these symbols.
  • Loading branch information
micahsnyder committed Aug 3, 2023
1 parent 4d26bc6 commit 9a871f7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions libclamav/libclamav.map
Original file line number Diff line number Diff line change
Expand Up @@ -295,6 +295,8 @@ CLAMAV_PRIVATE {
init_domain_list;
lsig_increment_subsig_match;
readdb_parse_ldb_subsignature;
fuzzy_hash_calculate_image;
ffierror_fmt;

__cli_strcasestr;
__cli_strndup;
Expand Down

0 comments on commit 9a871f7

Please sign in to comment.