glibc/libio
Ulrich Drepper f7803f5170 Update.
2004-05-13  Jakub Jelinek  <jakub@redhat.com>

	* libio/genops.c (_IO_default_xsputn): Avoid one overflow per char if
	count is negative, yet write_ptr < write_end.
	(_IO_default_xsgetn): Avoid one underflow per char if count is
	negative, yet read_ptr < read_end.
2004-05-13 17:39:36 +00:00
..
bits Update. 2003-05-10 08:39:58 +00:00
.cvsignore
__fbufsize.c
__flbf.c
__fpending.c
__fpurge.c
__freadable.c
__freading.c
__fsetlocking.c
__fwritable.c
__fwriting.c
Banner
bug-fopena+.c
bug-fseek.c
bug-ftell.c * libio/bug-ftell.c (do_test): Add a cast. 2003-11-01 21:11:05 +00:00
bug-mmap-fflush.c
bug-rewind.c
bug-rewind2.c
bug-ungetc.c
bug-ungetc2.c Update. 2003-09-06 09:56:14 +00:00
bug-ungetwc1.c
bug-ungetwc2.c
bug-wfflush.c * libio/bug-wfflush.c (do_test): Call rewind instead of fsetpos. 2002-11-11 06:55:22 +00:00
clearerr.c
clearerr_u.c
Depend
fcloseall.c
feof.c
feof_u.c
ferror.c
ferror_u.c
filedoalloc.c
fileno.c
fileops.c (new_do_write): Return _IO_size_t to make 64-bit clean. 2004-04-01 04:41:12 +00:00
fmemopen.c
fputc.c Update. 2003-08-29 19:58:49 +00:00
fputc_u.c
fputwc.c Update. 2003-08-29 19:58:49 +00:00
fputwc_u.c
freopen.c Update. 2003-08-29 19:58:49 +00:00
freopen64.c Update. 2003-08-29 19:58:49 +00:00
fseek.c Update. 2003-08-29 19:58:49 +00:00
fseeko.c Update. 2003-08-29 19:58:49 +00:00
fseeko64.c Update. 2003-08-29 19:58:49 +00:00
ftello.c Update. 2003-08-29 19:58:49 +00:00
ftello64.c Update. 2003-08-29 19:58:49 +00:00
fwide.c Update. 2003-08-29 19:58:49 +00:00
fwprintf.c
fwscanf.c
genops.c Update. 2004-05-13 17:39:36 +00:00
getc.c Update. 2003-08-29 19:58:49 +00:00
getc_u.c
getchar.c Update. 2003-08-29 19:58:49 +00:00
getchar_u.c
getwc.c Update. 2003-08-29 19:58:49 +00:00
getwc_u.c
getwchar.c Update. 2003-08-29 19:58:49 +00:00
getwchar_u.c
iofclose.c Update. 2004-03-09 10:04:55 +00:00
iofdopen.c * scripts/abilist.awk: If variable `parse_names' is set, grok the file 2003-03-27 11:54:09 +00:00
iofflush.c Update. 2003-08-29 19:58:49 +00:00
iofflush_u.c
iofgetpos.c Update. 2003-08-29 19:58:49 +00:00
iofgetpos64.c Update. 2003-08-30 00:24:07 +00:00
iofgets.c Update. 2003-08-29 19:58:49 +00:00
iofgets_u.c
iofgetws.c Update. 2003-08-29 19:58:49 +00:00
iofgetws_u.c
iofopen.c * scripts/abilist.awk: If variable `parse_names' is set, grok the file 2003-03-27 11:54:09 +00:00
iofopen64.c
iofopncook.c Update. 2004-03-10 09:29:17 +00:00
iofputs.c Update. 2003-08-29 19:58:49 +00:00
iofputs_u.c
iofputws.c Update. 2003-08-29 19:58:49 +00:00
iofputws_u.c
iofread.c Update. 2003-08-29 19:58:49 +00:00
iofread_u.c
iofsetpos.c Update. 2003-08-29 19:58:49 +00:00
iofsetpos64.c Update. 2003-08-29 19:58:49 +00:00
ioftell.c Update. 2003-08-29 19:58:49 +00:00
iofwide.c Update. 2003-08-25 21:45:12 +00:00
iofwrite.c Update. 2003-08-29 19:58:49 +00:00
iofwrite_u.c
iogetdelim.c Update. 2003-08-29 19:58:49 +00:00
iogetline.c
iogets.c Update. 2003-08-29 19:58:49 +00:00
iogetwline.c
iolibio.h Update. 2002-11-05 08:43:05 +00:00
iopadn.c
iopopen.c Update. 2004-02-19 18:29:33 +00:00
ioputs.c Update. 2003-08-29 19:58:49 +00:00
ioseekoff.c Update. 2003-08-29 19:58:49 +00:00
ioseekpos.c Update. 2003-08-29 19:58:49 +00:00
iosetbuffer.c Update. 2003-08-29 19:58:49 +00:00
iosetvbuf.c Update. 2003-08-29 19:58:49 +00:00
ioungetc.c Update. 2003-08-29 19:58:49 +00:00
ioungetwc.c Update. 2003-08-29 19:58:49 +00:00
iovdprintf.c * scripts/abilist.awk: If variable `parse_names' is set, grok the file 2003-03-27 11:54:09 +00:00
iovsprintf.c Update. 2003-05-27 08:03:32 +00:00
iovsscanf.c Update. 2003-05-27 08:03:32 +00:00
iovswscanf.c
iowpadn.c
libio.h Update. 2004-01-14 18:41:22 +00:00
libioP.h Update. 2004-01-14 18:41:22 +00:00
Makefile Update. 2003-09-06 09:56:14 +00:00
memstream.c Update. 2004-03-05 10:54:16 +00:00
obprintf.c Update. 2004-01-14 18:41:22 +00:00
oldfileops.c Update. 2004-03-10 09:29:17 +00:00
oldiofclose.c Update. 2004-03-10 09:29:17 +00:00
oldiofdopen.c Update. 2004-03-10 09:29:17 +00:00
oldiofgetpos.c Update. 2004-03-10 09:29:17 +00:00
oldiofgetpos64.c Update. 2004-03-10 09:29:17 +00:00
oldiofopen.c Update. 2004-03-10 09:29:17 +00:00
oldiofsetpos.c Update. 2004-03-10 09:29:17 +00:00
oldiofsetpos64.c Update. 2004-03-10 09:29:17 +00:00
oldiopopen.c Update. 2004-03-10 09:29:17 +00:00
oldpclose.c Update. 2004-03-10 09:29:17 +00:00
oldstdfiles.c
oldtmpfile.c Update. 2004-03-10 09:29:17 +00:00
pclose.c
peekc.c Update. 2003-08-29 19:58:49 +00:00
putc.c Update. 2003-08-29 19:58:49 +00:00
putc_u.c
putchar.c Update. 2003-08-29 19:58:49 +00:00
putchar_u.c
putwc.c Update. 2003-08-29 19:58:49 +00:00
putwc_u.c Update. 2003-02-05 18:06:28 +00:00
putwchar.c Update. 2003-08-29 19:58:49 +00:00
putwchar_u.c
rewind.c Update. 2003-08-29 19:58:49 +00:00
setbuf.c
setlinebuf.c
stdfiles.c * scripts/abilist.awk: If variable `parse_names' is set, grok the file 2003-03-27 11:54:09 +00:00
stdio.c
stdio.h Update. 2003-09-12 22:37:19 +00:00
strfile.h
strops.c Update. 2004-01-14 18:41:22 +00:00
swprintf.c * stdio-common/sscanf.c: Use prototype defn with ... syntax. 2003-03-05 19:58:20 +00:00
swscanf.c * stdio-common/sscanf.c: Use prototype defn with ... syntax. 2003-03-05 19:58:20 +00:00
test-fmemopen.c
test-freopen.c
test-freopen.sh
tst-atime.c Update. 2002-09-05 10:28:51 +00:00
tst-eof.c
tst-ext.c
tst-fgetws.c Fix format strings. 2002-09-30 07:47:16 +00:00
tst-fopenloc.c
tst-freopen.c
tst-mmap-eofsync.c
tst-mmap-fflushsync.c
tst-mmap-offend.c
tst-mmap-setvbuf.c
tst-mmap2-eofsync.c * catgets/open_catalog.c (__open_catalog): Don't use a value type 2002-09-24 04:24:25 +00:00
tst-sscanf.c
tst-swscanf.c
tst-ungetwc1.c
tst-ungetwc2.c
tst-widetext.c * catgets/open_catalog.c (__open_catalog): Don't use a value type 2002-09-24 04:24:25 +00:00
tst-widetext.input
tst_getwc.c
tst_getwc.input
tst_putwc.c
tst_swprintf.c Fix format strings. 2002-09-30 07:47:16 +00:00
tst_swscanf.c
tst_wprintf.c
tst_wprintf2.c
tst_wscanf.c
tst_wscanf.input
vasprintf.c Update. 2003-05-27 08:03:32 +00:00
Versions Update. 2003-07-22 23:56:53 +00:00
vscanf.c
vsnprintf.c Update. 2004-01-14 18:41:22 +00:00
vswprintf.c Update. 2004-01-14 18:41:22 +00:00
vwprintf.c
vwscanf.c
wfiledoalloc.c
wfileops.c Update. 2004-01-14 18:41:22 +00:00
wgenops.c
wprintf.c
wscanf.c
wstrops.c Update. 2004-01-14 18:41:22 +00:00