This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository glibc.
from 35caceb145 Use PRINTF_LDBL_IS_DBL instead of __ldbl_is_dbl. new f255336a93 support: Implement <support/descriptors.h> to track file des [...] new 899478c2bf inet/tst-if_index-long: New test case for CVE-2018-19591 [BZ [...]
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 | 18 +++ inet/Makefile | 2 +- inet/tst-if_index-long.c | 61 +++++++++ support/Makefile | 2 + support/check.h | 4 + support/descriptors.h | 47 +++++++ support/support_descriptors.c | 274 ++++++++++++++++++++++++++++++++++++++ support/support_record_failure.c | 8 ++ support/tst-support_descriptors.c | 198 +++++++++++++++++++++++++++ 9 files changed, 613 insertions(+), 1 deletion(-) create mode 100644 inet/tst-if_index-long.c create mode 100644 support/descriptors.h create mode 100644 support/support_descriptors.c create mode 100644 support/tst-support_descriptors.c