diff options
| author | Jonathan Nieder <jrnieder@gmail.com> | 2020-04-19 16:30:27 -0700 |
|---|---|---|
| committer | Jonathan Nieder <jrnieder@gmail.com> | 2020-04-19 16:30:27 -0700 |
| commit | f2771efd07b51edae023db95fcca39c72a0397fe (patch) | |
| tree | 1c2cf45ae40c5e662d5f9277b63b78bb7ef9c420 /http.c | |
| parent | Git 2.23.2 (diff) | |
| parent | Git 2.22.4 (diff) | |
| download | git-f2771efd07b51edae023db95fcca39c72a0397fe.tar.gz git-f2771efd07b51edae023db95fcca39c72a0397fe.zip | |
Git 2.23.3v2.23.3
This merges up the security fix from v2.17.5.
Signed-off-by: Jonathan Nieder <jrnieder@gmail.com>
Diffstat (limited to '')
| -rw-r--r-- | http.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -558,6 +558,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); |
