Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix possible memory leak if memory reallocation fails
In clamav-milter's `allow_list.c` `cli_regex2suffix`, if the realloc fails it's possible the original memory may not be free'd. Fixes: #1092
- Loading branch information