Changes between Version 1 and Version 2 of Ticket #3145, comment 8
- Timestamp:
- Dec 30, 2010, 1:48:03 AM (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #3145, comment 8
v1 v2 1 1 Before putting back the characters it switches to the backup buffer, which moves _IO_read_base back into that area. Take a look at _IO_default_pbackfail. 2 2 3 Also: yes, I shall run all the tests provided with glibc.3 I got tst-fseek.c from the latest glibc. After disabling all the stats-related tests (stat64 stuff missing), one fread test fails. Without my patch, four fseek tests also fail.