From: Stefan Sperling Subject: Re: Corruption in freshly checked out tree To: "Todd C. Miller" Cc: Tracey Emery , Christian Weisgerber , gameoftrees@openbsd.org Date: Tue, 11 Jan 2022 15:57:14 +0100 On Tue, Jan 11, 2022 at 07:54:48AM -0700, Todd C. Miller wrote: > On Tue, 11 Jan 2022 15:40:05 +0100, Stefan Sperling wrote: > > > This fixes the problem for me. OK? > > > > I would like to make a new release which includes this patch ASAP. > > Why not simply use rewind() as you do in other places? Later, I would like to switch use of rewind() over to fseeko() for error checking, as recommended by our man page.