glibc/libio
Florian Weimer 705a79f825 libio: Limit buffer size to 8192 bytes [BZ #4099]
This avoids overly large buffers with network file systems which report
very large block sizes.
2016-11-30 14:59:27 +01:00
..
bits
Depend
Makefile libio: Multiple fixes for open_{w}memstram (BZ#18241 and BZ#20181) 2016-09-30 09:14:15 -07:00
Versions
__fbufsize.c
__flbf.c
__fpending.c
__fpurge.c
__freadable.c
__freading.c
__fsetlocking.c
__fwritable.c
__fwriting.c
bug-fopena+.c
bug-fseek.c
bug-ftell.c
bug-memstream1.c
bug-mmap-fflush.c
bug-rewind.c
bug-rewind2.c
bug-ungetc.c
bug-ungetc2.c
bug-ungetc3.c
bug-ungetc4.c
bug-ungetwc1.c
bug-ungetwc2.c
bug-wfflush.c
bug-wmemstream1.c
bug-wsetpos.c
clearerr.c
clearerr_u.c
fcloseall.c
feof.c
feof_u.c
ferror.c
ferror_u.c
filedoalloc.c libio: Limit buffer size to 8192 bytes [BZ #4099] 2016-11-30 14:59:27 +01:00
fileno.c
fileops.c libio: Implement vtable verification [BZ #20191] 2016-06-23 20:01:52 +02:00
fmemopen.c
fputc.c
fputc_u.c
fputwc.c
fputwc_u.c
freopen.c
freopen64.c
fseek.c
fseeko.c
fseeko64.c
ftello.c
ftello64.c
fwide.c
fwprintf.c
fwscanf.c
genops.c libio: Implement vtable verification [BZ #20191] 2016-06-23 20:01:52 +02:00
getc.c
getc_u.c
getchar.c
getchar_u.c
getwc.c
getwc_u.c
getwchar.c
getwchar_u.c
iofclose.c
iofdopen.c libio: Implement vtable verification [BZ #20191] 2016-06-23 20:01:52 +02:00
iofflush.c
iofflush_u.c
iofgetpos.c
iofgetpos64.c
iofgets.c
iofgets_u.c
iofgetws.c
iofgetws_u.c
iofopen.c libio: Implement vtable verification [BZ #20191] 2016-06-23 20:01:52 +02:00
iofopen64.c
iofopncook.c hurd: Fix PTR_{,DE}MANGLE calls 2016-07-06 11:48:56 +02:00
iofputs.c
iofputs_u.c
iofputws.c
iofputws_u.c
iofread.c
iofread_u.c
iofsetpos.c
iofsetpos64.c
ioftell.c
iofwide.c
iofwrite.c
iofwrite_u.c
iogetdelim.c
iogetline.c
iogets.c
iogetwline.c
iolibio.h
iopadn.c
iopopen.c libio: Implement vtable verification [BZ #20191] 2016-06-23 20:01:52 +02:00
ioputs.c
ioseekoff.c
ioseekpos.c
iosetbuffer.c
iosetvbuf.c
ioungetc.c
ioungetwc.c
iovdprintf.c libio: Implement vtable verification [BZ #20191] 2016-06-23 20:01:52 +02:00
iovsprintf.c
iovsscanf.c
iovswscanf.c
iowpadn.c
libc_fatal.c
libio.h Minor problems exposed by compiling C++ tests under _ISOMAC. 2016-11-27 12:36:16 -05:00
libioP.h hurd: Fix PTR_{,DE}MANGLE calls 2016-07-06 11:48:56 +02:00
memstream.c libio: Multiple fixes for open_{w}memstram (BZ#18241 and BZ#20181) 2016-09-30 09:14:15 -07:00
obprintf.c libio: Implement vtable verification [BZ #20191] 2016-06-23 20:01:52 +02:00
oldfileops.c libio: Implement vtable verification [BZ #20191] 2016-06-23 20:01:52 +02:00
oldfmemopen.c
oldiofclose.c
oldiofdopen.c libio: Implement vtable verification [BZ #20191] 2016-06-23 20:01:52 +02:00
oldiofgetpos.c
oldiofgetpos64.c
oldiofopen.c libio: Implement vtable verification [BZ #20191] 2016-06-23 20:01:52 +02:00
oldiofsetpos.c
oldiofsetpos64.c
oldiopopen.c libio: Implement vtable verification [BZ #20191] 2016-06-23 20:01:52 +02:00
oldpclose.c
oldstdfiles.c
oldtmpfile.c
pclose.c
peekc.c
putc.c
putc_u.c
putchar.c
putchar_u.c
putwc.c
putwc_u.c
putwchar.c
putwchar_u.c
rewind.c
setbuf.c
setlinebuf.c
stdfiles.c
stdio.c
stdio.h Support __STDC_WANT_LIB_EXT2__ feature test macro. 2016-08-02 17:40:35 +00:00
strfile.h
strops.c libio: Multiple fixes for open_{w}memstram (BZ#18241 and BZ#20181) 2016-09-30 09:14:15 -07:00
swprintf.c
swscanf.c
test-fmemopen.c
test-freopen.c
test-freopen.sh
tst-atime.c
tst-eof.c
tst-ext.c
tst-ext2.c
tst-fgetwc.c
tst-fgetwc.input
tst-fgetws.c
tst-fopenloc.c 2016-06-11 Paul Pluzhnikov <ppluzhnikov@google.com> 2016-06-11 14:50:16 -07:00
tst-fopenloc2.c
tst-fputws.c
tst-freopen.c
tst-fseek.c
tst-ftell-active-handler.c
tst-ftell-append.c
tst-ftell-partial-wide.c
tst-fwrite-error.c
tst-memstream1.c
tst-memstream2.c
tst-memstream3.c Fix tst-memstream3 build failure 2016-10-02 10:24:32 -03:00
tst-mmap-eofsync.c
tst-mmap-fflushsync.c
tst-mmap-offend.c
tst-mmap-setvbuf.c
tst-mmap2-eofsync.c 2016-06-11 Paul Pluzhnikov <ppluzhnikov@google.com> 2016-06-11 14:50:16 -07:00
tst-popen1.c
tst-setvbuf1.c
tst-sscanf.c
tst-swscanf.c
tst-ungetwc1.c
tst-ungetwc2.c
tst-widetext.c
tst-widetext.input
tst-wmemstream1.c
tst-wmemstream2.c
tst-wmemstream3.c libio: Multiple fixes for open_{w}memstram (BZ#18241 and BZ#20181) 2016-09-30 09:14:15 -07:00
tst_getwc.c
tst_getwc.input
tst_putwc.c
tst_swprintf.c
tst_swscanf.c
tst_wprintf.c
tst_wprintf2.c
tst_wscanf.c
tst_wscanf.input
vasprintf.c
vscanf.c
vsnprintf.c libio: Implement vtable verification [BZ #20191] 2016-06-23 20:01:52 +02:00
vswprintf.c libio: Implement vtable verification [BZ #20191] 2016-06-23 20:01:52 +02:00
vtables.c hurd: Fix PTR_{,DE}MANGLE calls 2016-07-06 11:48:56 +02:00
vwprintf.c
vwscanf.c
wfiledoalloc.c
wfileops.c libio: Implement vtable verification [BZ #20191] 2016-06-23 20:01:52 +02:00
wgenops.c
wmemstream.c libio: Multiple fixes for open_{w}memstram (BZ#18241 and BZ#20181) 2016-09-30 09:14:15 -07:00
wprintf.c
wscanf.c
wstrops.c libio: Multiple fixes for open_{w}memstram (BZ#18241 and BZ#20181) 2016-09-30 09:14:15 -07:00