This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch release/2.26/master in repository glibc.
from 74d16a57a3 Check length of ifname before copying it into to ifreq structure. new 2781bd5a86 libio: Disable vtable validation in case of interposition [B [...] new 762e9d63d5 NEWS: Reorder out-of-order bugs new 4b10e69b1f Synchronize support/ infrastructure with master new 20dc7a909a libio: Add tst-vtables, tst-vtables-interposed
The 4 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 | 13 + NEWS | 7 +- libio/Makefile | 3 + libio/tst-vtables-common.c | 511 ++++++++++++++++++++++++++++++ libio/tst-vtables-interposed.c | 37 +++ libio/tst-vtables.c | 29 ++ libio/vtables.c | 16 + support/Makefile | 8 + support/check.h | 22 ++ support/support.h | 6 + support/support_format_addrinfo.c | 8 +- support/support_openpty.c | 109 +++++++ support/support_quote_blob.c | 83 +++++ support/support_test_compare_blob.c | 76 +++++ support/support_test_main.c | 3 +- support/test-driver.c | 4 + support/test-driver.h | 1 + support/tst-support_quote_blob.c | 61 ++++ support/tst-test_compare_blob.c | 125 ++++++++ support/tty.h | 45 +++ support/xpthread_barrierattr_destroy.c | 26 ++ support/xpthread_barrierattr_init.c | 26 ++ support/xpthread_barrierattr_setpshared.c | 26 ++ support/xthread.h | 3 + 24 files changed, 1241 insertions(+), 7 deletions(-) create mode 100644 libio/tst-vtables-common.c create mode 100644 libio/tst-vtables-interposed.c create mode 100644 libio/tst-vtables.c create mode 100644 support/support_openpty.c create mode 100644 support/support_quote_blob.c create mode 100644 support/support_test_compare_blob.c create mode 100644 support/tst-support_quote_blob.c create mode 100644 support/tst-test_compare_blob.c create mode 100644 support/tty.h create mode 100644 support/xpthread_barrierattr_destroy.c create mode 100644 support/xpthread_barrierattr_init.c create mode 100644 support/xpthread_barrierattr_setpshared.c