Skip to content

Commit

Permalink
Merge pull request #2252 from greenbone/get-alerts-certificate-serial
Browse files Browse the repository at this point in the history
Fix: Use right type for serial buffer
  • Loading branch information
a-h-abdelsalam authored Sep 4, 2024
2 parents 611ad30 + b018bf1 commit acb6709
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/manage.c
Original file line number Diff line number Diff line change
Expand Up @@ -556,7 +556,7 @@ get_certificate_info (const gchar* certificate, gssize certificate_len,
{
int i;
size_t buffer_size = 0;
gchar* buffer;
unsigned char *buffer;
GString *string;

string = g_string_new ("");
Expand Down

0 comments on commit acb6709

Please sign in to comment.