Reported-by: Luke Hamburg
Fixes #13845
Closes #13858
Origin: upstream, https://github.com/curl/curl/commit/
9aa1d412b814a40868558da51a6ab28ce1384a58
Bug: https://github.com/curl/curl/issues/13845
Bug-Debian: https://bugs.debian.org/
1075796
Last-Update: 2024-07-05
Gbp-Pq: Name fix-x509asn1-fallback-to-dotted-OID-representation.patch
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);
}
}