This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch release/2.27/master in repository glibc.
from 9f433fc791 CVE-2018-19591: if_nametoindex: Fix descriptor for overlong [...] new 4b246928bd malloc: tcache double free check new 50477165b9 malloc: Add another test for tcache double free check. new 6b2dd53aa0 support: Implement support_quote_string new 0f79dc0be3 support_quote_string: Do not use str parameter name new e75481a7a7 support: Close original descriptors in support_capture_subprocess new 4e9f34e54f support: Implement <support/descriptors.h> to track file des [...] new f1e211096b inet/tst-if_index-long: New test case for CVE-2018-19591 [BZ [...]
The 7 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 | 64 +++++ dlfcn/dlerror.c | 5 +- inet/Makefile | 2 +- inet/tst-if_index-long.c | 61 +++++ malloc/Makefile | 1 + malloc/malloc.c | 40 ++- libio/tst-vtables.c => malloc/tst-tcfree1.c | 23 +- nptl/tst-minstack-exit.c => malloc/tst-tcfree2.c | 44 ++-- malloc/tst-tcfree3.c | 56 +++++ manual/probes.texi | 12 + support/Makefile | 4 + support/check.h | 4 + support/descriptors.h | 47 ++++ support/support.h | 5 + support/support_capture_subprocess.c | 6 + support/support_descriptors.c | 274 +++++++++++++++++++++ support/{xstrdup.c => support_quote_string.c} | 14 +- support/support_record_failure.c | 8 + support/tst-support_descriptors.c | 198 +++++++++++++++ ...ort_quote_blob.c => tst-support_quote_string.c} | 23 +- 20 files changed, 836 insertions(+), 55 deletions(-) create mode 100644 inet/tst-if_index-long.c copy libio/tst-vtables.c => malloc/tst-tcfree1.c (64%) copy nptl/tst-minstack-exit.c => malloc/tst-tcfree2.c (58%) create mode 100644 malloc/tst-tcfree3.c create mode 100644 support/descriptors.h create mode 100644 support/support_descriptors.c copy support/{xstrdup.c => support_quote_string.c} (79%) create mode 100644 support/tst-support_descriptors.c copy support/{tst-support_quote_blob.c => tst-support_quote_string.c} (72%)