-
Notifications
You must be signed in to change notification settings - Fork 705
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix a possible crash when loading a malformed logical signature
If the 'hexsig' for an image fuzzy hash subsignature has invalid unicode it may cause a crash. The problem is we fail to allocate an error message in this instance, so when it tries to print that message it gets a NULL dereference. This is not a security issue. Fixes: https://issues.oss-fuzz.com/issues/376331488
- Loading branch information
1 parent
52b2017
commit 89711e1
Showing
3 changed files
with
30 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters