Changes between Version 1 and Version 2 of Ticket #3145, comment 8


Ignore:
Timestamp:
Dec 30, 2010, 1:48:03 AM (13 years ago)
Author:
hamish

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #3145, comment 8

    v1 v2  
    11Before 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.
    22
    3 Also: yes, I shall run all the tests provided with glibc.
     3I 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.