diff options
author | Florian Weimer <fweimer@redhat.com> | 2016-11-30 14:59:27 +0100 |
---|---|---|
committer | Florian Weimer <fweimer@redhat.com> | 2016-11-30 14:59:27 +0100 |
commit | 705a79f82560ff6472cebed86aa5db04cdea3bce (patch) | |
tree | 37c952d4411aa2bcccf0556110d78e4e289ec6b9 /ChangeLog | |
parent | 934fc4773eec45ec31b03a0244d391cade53f210 (diff) | |
download | glibc-705a79f82560ff6472cebed86aa5db04cdea3bce.zip glibc-705a79f82560ff6472cebed86aa5db04cdea3bce.tar.gz glibc-705a79f82560ff6472cebed86aa5db04cdea3bce.tar.bz2 |
libio: Limit buffer size to 8192 bytes [BZ #4099]
This avoids overly large buffers with network file systems which report
very large block sizes.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -1,3 +1,9 @@ +2016-11-30 Florian Weimer <fweimer@redhat.com> + + [BZ #4099] + * libio/filedoalloc.c (_IO_file_doallocate): Limit buffer size to + _IO_BUFSIZ (8192). + 2016-11-30 Carlos O'Donell <carlos@redhat.com> * PROJECTS: Remove file. |