This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository glibc.
from 09e1b0e3f6 libio: Remove codecvt vtable [BZ #24588] new 7e740ab2e7 libio: Fix gconv-related memory leak [BZ #24583] new c9c15ac316 wcsmbs: Fix data race in __wcsmbs_clone_conv [BZ #24584]
The 2 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 | 26 +++++++++ iconv/gconv.h | 2 + libio/Makefile | 16 +++++- libio/iofclose.c | 15 +++--- .../tst-wfile-ascii.c | 61 ++++++++++------------ posix/tst-fnmatch4.c => libio/tst-wfile-gconv.c | 21 +++----- wcsmbs/wcsmbsload.c | 32 ++++++++++-- wcsmbs/wcsmbsload.h | 1 + 8 files changed, 116 insertions(+), 58 deletions(-) copy string/test-strerror-errno.c => libio/tst-wfile-ascii.c (50%) copy posix/tst-fnmatch4.c => libio/tst-wfile-gconv.c (73%)