-
Notifications
You must be signed in to change notification settings - Fork 158
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix: Clean up in update_scap_affected_products, fix CLI option
The update_scap_affected_products function now frees the buffer of CVE ids used in its SQL and the CVEs iterator. Also, the affected_products_query_size is now set correctly.
- Loading branch information
1 parent
a85a51b
commit 6408bc1
Showing
1 changed file
with
8 additions
and
7 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
6408bc1
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hi, I get an error with 24.3.3 when updating scap-data, which seems to be related to this change:
6408bc1
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hi, thanks for the hint! #2364 should address the issue.