Re: [PATCH] Avoid segfault with 'git branch' when the HEAD is detached
From: Jay Soffian <hidden> Date: 2016-06-15 22:46:14
On Wed, Feb 18, 2009 at 1:14 PM, Johannes Schindelin
[off-list ref] wrote:
A recent addition to the ref_item struct was not taken care of, leading
to a segmentation fault when accessing the (uninitialized) "dest" member.
Signed-off-by: Johannes Schindelin <redacted>