mirror of
https://github.com/curl/curl.git
synced 2026-07-26 03:47:17 +03:00
x509asn1: fallback to dotted OID representation
Reported-by: Luke Hamburg Fixes #13845 Closes #13858
This commit is contained in:
parent
6a7ad8911d
commit
9aa1d412b8
1 changed files with 1 additions and 1 deletions
|
|
@ -469,7 +469,7 @@ static CURLcode OID2str(struct dynbuf *store,
|
|||
if(op)
|
||||
result = Curl_dyn_add(store, op->textoid);
|
||||
else
|
||||
result = CURLE_BAD_FUNCTION_ARGUMENT;
|
||||
result = Curl_dyn_add(store, Curl_dyn_ptr(&buf));
|
||||
Curl_dyn_free(&buf);
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue