This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch release/2.28/master in repository glibc.
from 5f1ae50a78 compat getdents64: Use correct offset for retry [BZ #23972] new 4718b053df support: Implement support_quote_string new 9dd07a91db support_quote_string: Do not use str parameter name new 874c28c9f5 support: Close original descriptors in support_capture_subprocess new 4c2dada507 support: Implement <support/descriptors.h> to track file des [...] new b5a9a19b82 inet/tst-if_index-long: New test case for CVE-2018-19591 [BZ [...] new ea16a6938d malloc: Add another test for tcache double free check.
The 6 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 | 44 ++++ inet/Makefile | 2 +- inet/tst-if_index-long.c | 61 +++++ malloc/Makefile | 2 +- malloc/tst-tcfree3.c | 56 +++++ 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_quote_string.c | 12 +- support/support_record_failure.c | 8 + support/tst-support_descriptors.c | 198 +++++++++++++++ ...ort_quote_blob.c => tst-support_quote_string.c} | 23 +- 15 files changed, 726 insertions(+), 20 deletions(-) create mode 100644 inet/tst-if_index-long.c create mode 100644 malloc/tst-tcfree3.c create mode 100644 support/descriptors.h create mode 100644 support/support_descriptors.c copy nptl/cnd_destroy.c => support/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%)