This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository glibc.
from 11ffcacb64 x86-64: Implement strcmp family IFUNC selectors in C new 4dd8e7c0ce Implement allocation buffers for internal use
The 1 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 | 17 + include/alloc_buffer.h | 367 ++++++++++++ malloc/Makefile | 6 + malloc/Versions | 8 +- malloc/alloc_buffer_alloc_array.c | 47 ++ .../xaccept4.c => malloc/alloc_buffer_allocate.c | 24 +- .../alloc_buffer_copy_bytes.c | 31 +- .../alloc_buffer_copy_string.c | 20 +- ..._at_failure.c => alloc_buffer_create_failure.c} | 14 +- malloc/tst-alloc_buffer.c | 665 +++++++++++++++++++++ 10 files changed, 1153 insertions(+), 46 deletions(-) create mode 100644 include/alloc_buffer.h create mode 100644 malloc/alloc_buffer_alloc_array.c copy support/xaccept4.c => malloc/alloc_buffer_allocate.c (62%) copy inet/test-hnto-types.c => malloc/alloc_buffer_copy_bytes.c (61%) copy misc/pwritev2.c => malloc/alloc_buffer_copy_string.c (65%) copy malloc/{dynarray_at_failure.c => alloc_buffer_create_failure.c} (73%) create mode 100644 malloc/tst-alloc_buffer.c