On Fri, Sep 11, 2020 at 05:31:16PM +0200, Daniel Stenberg wrote: > On Fri, 11 Sep 2020, Jeff King wrote: > > > So I dunno. This seems like a libcurl bug, but it's possible we're > > feeding it data wrong somehow. > > I didn't check very closely, but it certainly sounds like this one: > > https://github.com/curl/curl/pull/5902 You know, I almost cc'd you, but I didn't want to bug you until I was more sure it was a curl issue. But here you are anyway. :) That indeed looks a lot like the same issue. And building the tip of libcurl's master and linking git against it makes the problem go away. So that is almost certainly it. Thanks for the quick response! -Peff