Skip to content

Commit f406c27

Browse files
jschwoerertimopollmeier
jschwoerer
authored andcommitted
Change: set default vector to empty string
1 parent 5056846 commit f406c27

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/gmp.c

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13813,7 +13813,9 @@ handle_get_info (gmp_parser_t *gmp_parser, GError **error)
1381313813
cve_info_iterator_severity (&info)
1381413814
? cve_info_iterator_severity (&info)
1381513815
: "",
13816-
cve_info_iterator_vector (&info),
13816+
cve_info_iterator_vector (&info)
13817+
? cve_info_iterator_vector (&info)
13818+
: "",
1381713819
cve_info_iterator_description (&info),
1381813820
cve_info_iterator_products (&info));
1381913821

0 commit comments

Comments
 (0)