Johannes Schindelin <Johannes.Schindelin@xxxxxx> writes: > Hi, > > On Fri, 14 Dec 2007, Kristian Høgsberg wrote: > >> - struct lock_file *lock = NULL; >> + struct lock_file lock; > > AFAICT this cannot work. At least not reliably. An atexit() handler will > access all (even closed) lockfiles. Correct. It cannot be on the stack. - 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