Date: Sun, 2 Sep 2001 12:52:10 -0700 (PDT) From: "Andrey A. Chernov" <ache@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libc/stdio refill.c Message-ID: <200109021952.f82JqAi86199@freefall.freebsd.org>
index | next in thread | raw e-mail
ache 2001/09/02 12:52:10 PDT
Modified files:
lib/libc/stdio refill.c
Log:
Fix bug in off_t overflow checking: if fp->_offset overflows, just remove
__SOFF flag (i.e. we don't have offset) instead of returning EOVERFLOW.
It allows again continious reading from non-stop stream.
Revision Changes Path
1.14 +4 -6 src/lib/libc/stdio/refill.c
To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message
help
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200109021952.f82JqAi86199>
