We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5056846 commit f406c27Copy full SHA for f406c27
src/gmp.c
@@ -13813,7 +13813,9 @@ handle_get_info (gmp_parser_t *gmp_parser, GError **error)
13813
cve_info_iterator_severity (&info)
13814
? cve_info_iterator_severity (&info)
13815
: "",
13816
- cve_info_iterator_vector (&info),
+ cve_info_iterator_vector (&info)
13817
+ ? cve_info_iterator_vector (&info)
13818
+ : "",
13819
cve_info_iterator_description (&info),
13820
cve_info_iterator_products (&info));
13821
0 commit comments