This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository glibc.
from e7c18b9d0a iconv: Mangle __btowc_fct even without __init_fct [BZ #22025] new 251bccfa1f iconv_open: Fix heap corruption on gconv_init failure [BZ #22026]
The 1 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: ChangeLog | 16 ++++++ iconv/Makefile | 14 +++++ iconv/gconv_db.c | 9 +++- .../dl-tunables.list => iconv/test-gconv-modules | 14 +++-- .../xclose.c => iconv/tst-gconv-init-failure-mod.c | 35 ++++++++++--- .../tst-gconv-init-failure.c | 61 ++++++++++------------ 6 files changed, 99 insertions(+), 50 deletions(-) copy sysdeps/aarch64/dl-tunables.list => iconv/test-gconv-modules (75%) copy support/xclose.c => iconv/tst-gconv-init-failure-mod.c (54%) copy sysdeps/unix/sysv/linux/mips/mips32/bug-getcontext-mips-gp.c => iconv/tst-gco [...]