mirror of
https://github.com/curl/curl.git
synced 2026-04-14 21:31:42 +03: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
1 changed files with 1 additions and 0 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue