mirror of
https://github.com/curl/curl.git
synced 2025-09-12 23:22:42 +03:00
parent
df2fbc2777
commit
36e9222c42
|
@ -695,6 +695,11 @@ static CURLcode encodeDN(struct dynbuf *store, struct Curl_asn1Element *dn)
|
||||||
|
|
||||||
str = Curl_dyn_ptr(&temp);
|
str = Curl_dyn_ptr(&temp);
|
||||||
|
|
||||||
|
if(!str) {
|
||||||
|
result = CURLE_BAD_FUNCTION_ARGUMENT;
|
||||||
|
goto error;
|
||||||
|
}
|
||||||
|
|
||||||
/* Encode delimiter.
|
/* Encode delimiter.
|
||||||
If attribute has a short uppercase name, delimiter is ", ". */
|
If attribute has a short uppercase name, delimiter is ", ". */
|
||||||
for(p3 = str; ISUPPER(*p3); p3++)
|
for(p3 = str; ISUPPER(*p3); p3++)
|
||||||
|
|
Loading…
Reference in New Issue
Block a user