This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository glibc.
from 39a05214fe Add NEWS entry for CVE-2020-1752 (bug 25414) new 3cc4a8367c stdio: Remove memory leak from multibyte convertion [BZ#25691] new 910a835dc9 stdio: Add tests for printf multibyte convertion leak [BZ#25691]
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: stdio-common/Makefile | 9 +- stdio-common/tst-printf-bz25691.c | 108 +++++++++++++ stdio-common/vfprintf-internal.c | 324 +++++++++++++++++++++----------------- 3 files changed, 295 insertions(+), 146 deletions(-) create mode 100644 stdio-common/tst-printf-bz25691.c