Files
git/http.c
Johannes Schindelin 60d8d6eae3 fixup! add support for disabling SSL revocation checks in cURL
This maintainer thought that it was discussed that you cannot `strcmp()`
blindly without checking for NULL first, but subsequently forgot to
check that the fix had made it into the final version of the PR... :-(

The problem is that this crashes any fetch/push/clone/ls-remote
operation *unless* http.sslBackend is specified explicitly.

This probably fixes the root cause behind
https://github.com/git-for-windows/git/issues/1474.

Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
2018-02-05 20:20:05 +01:00

60 KiB