Opened 18 years ago
Closed 18 years ago
#146 closed defect (fixed)
libc: fread() on a write-only stream incorrectly puts it in an irreversable read mode
Reported by: | bird | Owned by: | bird |
---|---|---|---|
Priority: | normal | Milestone: | libc-0.6.2 |
Component: | libc-frontend | Version: | 0.6 |
Severity: | normal | Keywords: | fread write-only stream stdio |
Cc: |
Description
A little glitch in the fread code.
Note:
See TracTickets
for help on using tickets.
(In [3023]) Fixed fread bug that blocked up write-only streams. Fixes #146.