diff options
| author | Jonathan Nieder <jrnieder@gmail.com> | 2020-04-19 16:26:41 -0700 |
|---|---|---|
| committer | Jonathan Nieder <jrnieder@gmail.com> | 2020-04-19 16:26:41 -0700 |
| commit | 76b54ee9b9944ee70422ac24884f78769cf264f1 (patch) | |
| tree | d82790a92ce10a52c1492d58c271099cac389244 /http.c | |
| parent | Git 2.19.4 (diff) | |
| parent | Git 2.18.4 (diff) | |
| download | git-2.19.5.tar.gz git-2.19.5.zip | |
Git 2.19.5v2.19.5
This merges up the security fix from v2.17.5.
Signed-off-by: Jonathan Nieder <jrnieder@gmail.com>
Diffstat (limited to 'http.c')
| -rw-r--r-- | http.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -528,6 +528,7 @@ static int has_cert_password(void) return 0; if (!cert_auth.password) { cert_auth.protocol = xstrdup("cert"); + cert_auth.host = xstrdup(""); cert_auth.username = xstrdup(""); cert_auth.path = xstrdup(ssl_cert); credential_fill(&cert_auth); |
