Date: Thu, 30 May 2002 14:41:15 -0400 Message-Id: <200205301841.g4UIfFB21472@envy.delorie.com> X-Authentication-Warning: envy.delorie.com: dj set sender to dj AT delorie DOT com using -f From: DJ Delorie To: djgpp AT delorie DOT com In-reply-to: Subject: Re: Memory trash in exe ? References: Reply-To: djgpp AT delorie DOT com Errors-To: nobody AT delorie DOT com X-Mailing-List: djgpp AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk This is a "feature" of DOS and Windows. When you seek in a file, the holes are filled from an uninitialized buffer. BFD does these types of seeks, so you see the junk in objects and executables.