From: Cesar Rabak Newsgroups: comp.os.msdos.djgpp Subject: Re: Strange text in non stripped header files Date: Mon, 12 Mar 2001 21:07:15 -0300 Lines: 22 Message-ID: <3AAD64B3.439CB2E8@uol.com.br> References: NNTP-Posting-Host: 200-221-14-196.dsl-sp.uol.com.br (200.221.14.196) Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Trace: fu-berlin.de 984442083 2288411 200.221.14.196 (16 [39218]) X-Mailer: Mozilla 4.76 [en] (Win98; U) X-Accept-Language: pt-BR,es,en To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com Eli Zaretskii wrote: > > I believe work is under way to solve this nuisance, by introducing a > feature into library functions whereby seeking past EOF will fill the gap > with zeroes (as opposed to random garbage). When Binutils are linked > with that improved library, the problem will go away. It is nice to know, as the users of the program we discovered this behavior are being advised by the security personnel at the installation 'to take measures' to have the data cleaned. They point that in some circumstances the 'random garbage' may put in the compiled programs pieces of documents with 'sensitive data'. So an interim solution would be to run an utility (like stubby) after the link phase to zero out the region. We'll work on it and use it until the new Binutils arrive. Thanks, Cesar