This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository glibc.
from c402355dfa libio: Disable vtable validation in case of interposition [B [...] new 5c0202af4b support: Add TEST_NO_SETVBUF new 29055464a0 libio: Add tst-vtables, tst-vtables-interposed
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 | 15 + libio/Makefile | 2 + libio/tst-vtables-common.c | 513 +++++++++++++++++++++ .../tst-vtables-interposed.c | 25 +- wcsmbs/test-char-types.c => libio/tst-vtables.c | 10 +- support/support_test_main.c | 3 +- support/test-driver.c | 4 + support/test-driver.h | 1 + 8 files changed, 551 insertions(+), 22 deletions(-) create mode 100644 libio/tst-vtables-common.c copy posix/test-ssize-max.c => libio/tst-vtables-interposed.c (62%) copy wcsmbs/test-char-types.c => libio/tst-vtables.c (82%)