FreeBSD Bugzilla – Attachment 5350 Details for
Bug 12852
Non-standard behavior of fread(3)
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 312 bytes, created by
tobez
on 1999-07-28 16:50:01 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
tobez
Created:
1999-07-28 16:50:01 UTC
Size:
312 bytes
patch
obsolete
>--- /usr/src/lib/libc/stdio/refill.c.orig Wed Jul 28 17:30:44 1999 >+++ /usr/src/lib/libc/stdio/refill.c Wed Jul 28 17:31:40 1999 >@@ -82,6 +82,7 @@ > if ((fp->_flags & __SRD) == 0) { > if ((fp->_flags & __SRW) == 0) { > errno = EBADF; >+ fp->_flags |= __SERR; > return (EOF); > } > /* switch to reading */
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 12852
: 5350