This is the mail archive of the glibc-bugs@sourceware.org mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug stdio/19165] fread overflow


https://sourceware.org/bugzilla/show_bug.cgi?id=19165

--- Comment #6 from Rich Felker <bugdal at aerifal dot cx> ---
It's not more efficient but much less efficient; it introduces a divide into
ALL fread/fwrite calls rather than only ones which terminate early (the latter
should be extremely rare, happening only at EOF or on error).

-- 
You are receiving this mail because:
You are on the CC list for the bug.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]