This is the mail archive of the glibc-bugs@sourceware.org mailing list for the glibc 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]

[Bug libc/1996] open_memstream() and seek past end of buffer


------- Additional Comments From rsa at us dot ibm dot com  2006-04-24 22:05 -------
Michael,

Your call:

l = fseek(output, 50, SEEK_END);

is failing with l == -1, but there is no errno being set.  I'm taking a look at
the fseek() function.  I think it is returning from CHECK_FILE() with -1 and no
errno.  This is probably because you're trying to seek to the end of an empty
stream at this point.  I'll investigate more.

-- 


http://sourceware.org/bugzilla/show_bug.cgi?id=1996

------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.


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