Skip to content
Snippets Groups Projects
Commit ef49f5ac authored by Constantin P.'s avatar Constantin P. 💬
Browse files

Merge branch 'bugfix-9303' into 'master'

[*] bugfix-9303

See merge request !1069
parents b9cb5bba 47227a17
No related branches found
No related tags found
1 merge request!1069[*] bugfix-9303
Subproject commit c735aa7f53d1b1f0921d480fda928f372ae0a173 Subproject commit a8d44be0833a419eb37059e382af44b3c2069331
Subproject commit d0e15e54c509226134ca5ec45f0ca9436aec6dae Subproject commit 519e9413c9b710d4ff41e8b0dbe18c2358afd7c3
Subproject commit 670d91e437918ad3493fec9a164494360e01042e Subproject commit 76d7da63d96b71d7b9457e1dd99af785feff6c11
...@@ -368,7 +368,7 @@ static int s_cert_create_cert_pkey(int argc, const char **argv) { ...@@ -368,7 +368,7 @@ static int s_cert_create_cert_pkey(int argc, const char **argv) {
l_cert_new->enc_key->pub_key_data = DAP_DUP_SIZE(l_cert->enc_key->pub_key_data, l_cert_new->enc_key->pub_key_data = DAP_DUP_SIZE(l_cert->enc_key->pub_key_data,
l_cert->enc_key->pub_key_data_size); l_cert->enc_key->pub_key_data_size);
if(!l_cert_new->enc_key->pub_key_data) { if(!l_cert_new->enc_key->pub_key_data) {
log_it(L_ERROR, "Memory allocation error in s_cert_create_cert_pkey"); log_it(L_ERROR, "Memory allocation error in %s, line %d", __PRETTY_FUNCTION__, __LINE__);
return -1; return -1;
} }
l_cert_new->enc_key->pub_key_data_size = l_cert->enc_key->pub_key_data_size; l_cert_new->enc_key->pub_key_data_size = l_cert->enc_key->pub_key_data_size;
......
VERSION_MAJOR=5 VERSION_MAJOR=5
VERSION_MINOR=2 VERSION_MINOR=2
VERSION_PATCH=256 VERSION_PATCH=257
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment