Mail Archives: djgpp/2000/01/19/23:40:25
Eli Zaretskii wrote:
>
> "Alexei A. Frounze" wrote:
> > I know COFFs very well.
>
> I didn't say you didn't know COFF. I just said that a bug is generally not
> smart enough to know about COFF.
Let me jump in here with a guess.
Don't be offended Alexei, and I might easily be wrong, but I think
this problem is that you don't know COFF format well enough.
It is possible in COFF format to have unused space within the
COFF file. If a file with unused space is generated then that
unused space will have whatever bytes were left over in RAM in
some buffer the compiler allocated but incompletely used.
The bug you reported, perfectly fits what you would see if
you use a COFF dumper that tries to interpret the entire file
on a file that contains garbage in unused spaces.
The question is easy to resolve. Just use someone else's
COFF dumper on the same two files. If doesn't see the same
difference then the difference is in an unused part of the
file.
--
http://www.erols.com/johnfine/
http://www.geocities.com/SiliconValley/Peaks/8600/
- Raw text -