Re: [PATCH 24/32] split-index: strip pathname of on-disk replaced entries
From: Junio C Hamano <hidden> Date: 2016-06-15 23:00:55
This triggers "saved_namelen may be used uninitialized" for me, even
though it looks clear that it is used under CE_STRIP_NAME and it is
assigned under that condition. Sigh to a stupid compiler...