mirror of
https://github.com/curl/curl.git
synced 2026-04-11 12:01:42 +08:00
getinfo: initialize PureInfo field used_proxy
Found by Codex Security
Follow-up to cc04c73677 #12719
Closes #21020
This commit is contained in:
parent
e3ed70ce72
commit
2cdb2209da
@ -78,6 +78,7 @@ void Curl_initinfo(struct Curl_easy *data)
|
||||
|
||||
info->conn_scheme = 0;
|
||||
info->conn_protocol = 0;
|
||||
info->used_proxy = 0;
|
||||
|
||||
#ifdef USE_SSL
|
||||
Curl_ssl_free_certinfo(data);
|
||||
|
||||
Loading…
Reference in New Issue
Block a user