On Mon, Jun 3, 2013 at 12:13 PM, Junio C Hamano [off-list ref] wrote:
Felipe Contreras [off-list ref] writes:
quoted
dfc has not been initialized at this point.
Signed-off-by: Felipe Contreras <redacted>
---
Upon the first entry to this function, because dfc is
static struct cache_entry *dfc;
Ah, I didn't notice it's static. Smells error-prone, but I guess it's
OK for now.
--
Felipe Contreras