Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
cherry-pick: demonstrate a segmentation fault
In git-for-windows#952, a complicated scenario was described that leads to a segmentation fault in cherry-pick. It boils down to a certain code path involving a renamed file that is dirty, for which `refresh_cache_entry()` returns `NULL`, and that `NULL` not being handled properly. Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
- Loading branch information