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. Ciao, Dscho
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. Ciao, Dscho