This is the mail archive of the libc-hacker@sources.redhat.com mailing list for the glibc project.

Note that libc-hacker is a closed list. You may look at the archives of this list, but subscription and posting are not open.


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

_IO_wfile_underflow_mmap error/eof case


It seems to me that:

      fp->_flags |= _IO_EOF_SEEN;

in _IO_wfile_underflow_mmap is wrong.  In that case,
_IO_file_underflow_mmap has already set either the EOF or ERROR flag bit.
If there was an error rather than EOF, the EOF bit should not be set too.
Am I missing something or should I remove this line?


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