glibc/libio
Florian Weimer 7e740ab2e7 libio: Fix gconv-related memory leak [BZ #24583]
struct gconv_fcts for the C locale is statically allocated,
and __gconv_close_transform deallocates the steps object.
Therefore this commit introduces __wcsmbs_close_conv to avoid
freeing the statically allocated steps objects.
2019-05-21 12:03:54 +02:00
..
bits
Depend
Makefile libio: Fix gconv-related memory leak [BZ #24583] 2019-05-21 12:03:54 +02: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
fileno.c
fileops.c libio: Remove codecvt vtable [BZ #24588] 2019-05-20 21:54:57 +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
getc.c
getc_u.c
getchar.c libio: Use stdin consistently for input functions [BZ #24153] 2019-02-03 09:38:24 +01:00
getchar_u.c libio: Use stdin consistently for input functions [BZ #24153] 2019-02-03 09:38:24 +01:00
getwc.c
getwc_u.c
getwchar.c libio: Use stdin consistently for input functions [BZ #24153] 2019-02-03 09:38:24 +01:00
getwchar_u.c libio: Use stdin consistently for input functions [BZ #24153] 2019-02-03 09:38:24 +01:00
iofclose.c libio: Fix gconv-related memory leak [BZ #24583] 2019-05-21 12:03:54 +02:00
iofdopen.c
iofflush.c
iofflush_u.c
iofgetpos.c libio: Remove codecvt vtable [BZ #24588] 2019-05-20 21:54:57 +02:00
iofgetpos64.c libio: Remove codecvt vtable [BZ #24588] 2019-05-20 21:54:57 +02:00
iofgets.c
iofgets_u.c
iofgetws.c
iofgetws_u.c
iofopen.c
iofopen64.c
iofopncook.c
iofputs.c
iofputs_u.c
iofputws.c
iofputws_u.c
iofread.c
iofread_u.c
iofsetpos.c libio: Remove codecvt vtable [BZ #24588] 2019-05-20 21:54:57 +02:00
iofsetpos64.c libio: Remove codecvt vtable [BZ #24588] 2019-05-20 21:54:57 +02:00
ioftell.c
iofwide.c libio: Remove codecvt vtable [BZ #24588] 2019-05-20 21:54:57 +02:00
iofwrite.c
iofwrite_u.c
iogetdelim.c
iogetline.c
iogets.c libio: Use stdin consistently for input functions [BZ #24153] 2019-02-03 09:38:24 +01:00
iogetwline.c
iolibio.h libio: Eliminate _IO_stdin, _IO_stdout, _IO_stderr 2019-02-18 16:37:00 +01:00
iopadn.c
iopopen.c
ioputs.c
ioseekoff.c
ioseekpos.c
iosetbuffer.c
iosetvbuf.c
ioungetc.c
ioungetwc.c
iovdprintf.c
iovsprintf.c
iovsscanf.c
iovswscanf.c
iowpadn.c
libc_fatal.c
libio.h libio: Remove codecvt vtable [BZ #24588] 2019-05-20 21:54:57 +02:00
libioP.h libio: Remove codecvt vtable [BZ #24588] 2019-05-20 21:54:57 +02:00
memstream.c
obprintf.c
oldfileops.c libio: Eliminate _IO_stdin, _IO_stdout, _IO_stderr 2019-02-18 16:37:00 +01:00
oldfmemopen.c
oldiofclose.c libio: Eliminate _IO_stdin, _IO_stdout, _IO_stderr 2019-02-18 16:37:00 +01:00
oldiofdopen.c
oldiofgetpos.c
oldiofgetpos64.c
oldiofopen.c
oldiofsetpos.c
oldiofsetpos64.c
oldiopopen.c
oldpclose.c
oldstdfiles.c libio: Eliminate _IO_stdin, _IO_stdout, _IO_stderr 2019-02-18 16:37:00 +01:00
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
readline.c
rewind.c
setbuf.c
setlinebuf.c
stdfiles.c libio: Eliminate _IO_stdin, _IO_stdout, _IO_stderr 2019-02-18 16:37:00 +01:00
stdio.c libio: Eliminate _IO_stdin, _IO_stdout, _IO_stderr 2019-02-18 16:37:00 +01:00
stdio.h
strfile.h
strops.c
swprintf.c
swscanf.c
test-fmemopen.c
test-freopen.c
test-freopen.sh
tst-atime.c
tst-bz22415.c
tst-bz24051.c
tst-bz24153.c Fix wide char format specifier in libio/tst-bz24153.c. 2019-02-06 12:29:02 +01:00
tst-eof.c
tst-ext.c
tst-ext2.c
tst-fgetc-after-eof.c
tst-fgetwc.c
tst-fgetwc.input
tst-fgetws.c
tst-fopenloc.c
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-memstream.h
tst-memstream1.c
tst-memstream2.c
tst-memstream3.c
tst-memstream4.c
tst-mmap-eofsync.c
tst-mmap-fflushsync.c
tst-mmap-offend.c
tst-mmap-setvbuf.c
tst-mmap2-eofsync.c
tst-popen1.c
tst-readline.c
tst-setvbuf1.c
tst-sprintf-chk-ub.c
tst-sprintf-ub.c
tst-sscanf.c
tst-swscanf.c
tst-ungetwc1.c
tst-ungetwc2.c
tst-vtables-common.c
tst-vtables-interposed.c
tst-vtables.c
tst-wfile-ascii.c libio: Fix gconv-related memory leak [BZ #24583] 2019-05-21 12:03:54 +02:00
tst-wfile-gconv.c libio: Fix gconv-related memory leak [BZ #24583] 2019-05-21 12:03:54 +02:00
tst-wfile-sync.c Fix crash in _IO_wfile_sync (bug 20568) 2019-05-15 16:47:09 +02:00
tst-wfile-sync.input Fix crash in _IO_wfile_sync (bug 20568) 2019-05-15 16:47:09 +02:00
tst-widetext.c
tst-widetext.input
tst-wmemstream1.c
tst-wmemstream2.c
tst-wmemstream3.c
tst-wmemstream4.c
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 libio: Use stdin consistently for input functions [BZ #24153] 2019-02-03 09:38:24 +01:00
vsnprintf.c
vswprintf.c
vtables.c
vwprintf.c
vwscanf.c libio: Use stdin consistently for input functions [BZ #24153] 2019-02-03 09:38:24 +01:00
wfiledoalloc.c
wfileops.c libio: Remove codecvt vtable [BZ #24588] 2019-05-20 21:54:57 +02:00
wgenops.c
wmemstream.c
wprintf.c
wscanf.c
wstrops.c Break more lines before not after operators. 2019-02-25 13:19:19 +00:00