Re: [PATCH 0/2] Fix segmentation fault with cherry-pick

2016-11-25 Thread Johannes Schindelin
Hi, On Fri, 25 Nov 2016, Johannes Schindelin wrote: > The culprit is actually not cherry-pick, but a special code path that > expects refresh_cache_entry() not to return NULL. And the fix is to > teach it to handle NULL there. > > This bug was brought to my attention by Markus Klein via > https:

[PATCH 0/2] Fix segmentation fault with cherry-pick

2016-11-25 Thread Johannes Schindelin
The culprit is actually not cherry-pick, but a special code path that expects refresh_cache_entry() not to return NULL. And the fix is to teach it to handle NULL there. This bug was brought to my attention by Markus Klein via https://github.com/git-for-windows/git/issues/952. Johannes Schindelin