[Bug stdio/4099] Overly agressive caching by stream i/o functions.
cvs-commit at gcc dot gnu.org
sourceware-bugzilla@sourceware.org
Wed Nov 30 14:00:00 GMT 2016
https://sourceware.org/bugzilla/show_bug.cgi?id=4099
--- Comment #10 from cvs-commit at gcc dot gnu.org <cvs-commit at gcc dot gnu.org> ---
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "GNU C Library master sources".
The branch, master has been updated
via 705a79f82560ff6472cebed86aa5db04cdea3bce (commit)
from 934fc4773eec45ec31b03a0244d391cade53f210 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
https://sourceware.org/git/gitweb.cgi?p=glibc.git;h=705a79f82560ff6472cebed86aa5db04cdea3bce
commit 705a79f82560ff6472cebed86aa5db04cdea3bce
Author: Florian Weimer <fweimer@redhat.com>
Date: Wed Nov 30 14:59:27 2016 +0100
libio: Limit buffer size to 8192 bytes [BZ #4099]
This avoids overly large buffers with network file systems which report
very large block sizes.
-----------------------------------------------------------------------
Summary of changes:
ChangeLog | 6 ++++++
NEWS | 6 ++++++
libio/filedoalloc.c | 2 +-
3 files changed, 13 insertions(+), 1 deletions(-)
--
You are receiving this mail because:
You are on the CC list for the bug.
More information about the Glibc-bugs
mailing list