This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: MMAP issue on cygwin


Neil Booth <neil@daikokuya.demon.co.uk> writes:

> It would appear we've mmap-ed longlong.h, and that the bytes beyond
> the end of the file are not NULs.

This shouldn't matter.  It is a bug to access data beyond the end of
the file because the results are indeterministic.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]