glibc/iconv
Florian Weimer 0bfddfc944 iconv: Revert steps array reference counting changes
The changes introduce a memory leak for gconv steps arrays whose
first element is an internal conversion, which has a fixed
reference count which is not decremented.  As a result, after the
change in commit 50ce3eae5b, the steps
array is never freed, resulting in an unbounded memory leak.

This reverts commit 50ce3eae5b
("gconv: Check reference count in __gconv_release_cache
[BZ #24677]") and commit 7e740ab2e7
("libio: Fix gconv-related memory leak [BZ #24583]").  It
reintroduces bug 24583.  (Bug 24677 was just a regression caused by
the second commit.)
2019-07-31 11:43:59 +02:00
..
dummy-repertoire.c
gconv_builtin.c
gconv_builtin.h
gconv_cache.c iconv: Revert steps array reference counting changes 2019-07-31 11:43:59 +02:00
gconv_charset.h
gconv_close.c
gconv_conf.c
gconv_db.c
gconv_dl.c iconv: Use __twalk_r in __gconv_release_shlib 2019-06-04 14:13:44 +02:00
gconv_int.h iconv: Remove public declaration of __gconv_transliterate 2019-05-15 07:16:47 +02:00
gconv_open.c
gconv_simple.c Fix iconv buffer handling with IGNORE error handler (bug #18830) 2019-06-04 14:03:04 +02:00
gconv_trans.c
gconv.c
gconv.h wcsmbs: Fix data race in __wcsmbs_clone_conv [BZ #24584] 2019-05-21 12:04:55 +02:00
iconv_charmap.c
iconv_close.c
iconv_open.c
iconv_prog.c
iconv_prog.h
iconv.c
iconv.h
iconvconfig.c
iconvconfig.h
loop.c iconv: Remove public declaration of __gconv_transliterate 2019-05-15 07:16:47 +02:00
Makefile Fix iconv buffer handling with IGNORE error handler (bug #18830) 2019-06-04 14:03:04 +02:00
skeleton.c Fix iconv buffer handling with IGNORE error handler (bug #18830) 2019-06-04 14:03:04 +02:00
strtab.c
test-gconv-modules
tst-gconv-init-failure-mod.c
tst-gconv-init-failure.c
tst-iconv1.c
tst-iconv2.c
tst-iconv3.c
tst-iconv4.c
tst-iconv5.c
tst-iconv6.c
tst-iconv7.c Fix iconv buffer handling with IGNORE error handler (bug #18830) 2019-06-04 14:03:04 +02:00
tst-iconv-mt.c
Versions