Junio C Hamano <gitster@xxxxxxxxx> writes: > Linus Torvalds <torvalds@xxxxxxxxxxxxxxxxxxxx> writes: > >> On Sat, 23 Aug 2008, Junio C Hamano wrote: >>> >>> A hacky solution I have in the attached patch is to waste an xmalloc(1) >>> and store it there when o->result is created, and also make >>> read_from_index() pay attention to the cache_nr and the cache_changed >>> bit. I think it is the safest and minimum fix. >> >> Hmm. Wouldn't it be nicer to just add another bit to istate? We have the >> space already, since we already have a bitfield there, with just one bit >> used? > > cache_changed can also become a single-bit field. > > The oldest "the_index" users work from it in the BSS initialized all > zero. We'd also need to mark it as initialized, wouldn't we? Ah, sorry, even they start with read_cache() to read .git/index (which may not exist yet, which is fine). Sorry for a stupid thinko. -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html