This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository glibc.
from 6ca53a2453 resolv: Do not send queries for non-host-names in nss_dns [B [...] new 97700a34f3 x86-64 memchr/wmemchr: Properly handle the length parameter [...] new b304fc201d x86-64 memcmp/wmemcmp: Properly handle the length parameter [...]
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 | 26 ++++++++ NEWS | 6 ++ sysdeps/x86_64/memchr.S | 10 ++- sysdeps/x86_64/multiarch/memchr-avx2.S | 8 ++- sysdeps/x86_64/multiarch/memcmp-avx2-movbe.S | 7 +- sysdeps/x86_64/multiarch/memcmp-sse4.S | 9 ++- sysdeps/x86_64/multiarch/memcmp-ssse3.S | 7 +- sysdeps/x86_64/x32/Makefile | 8 +++ .../s_rint.c => x86_64/x32/test-size_t.h} | 34 +++++----- sysdeps/x86_64/x32/tst-size_t-memchr.c | 72 ++++++++++++++++++++ sysdeps/x86_64/x32/tst-size_t-memcmp.c | 76 ++++++++++++++++++++++ .../x86_64/x32/tst-size_t-wmemchr.c | 6 +- .../x86_64/x32/tst-size_t-wmemcmp.c | 6 +- 13 files changed, 241 insertions(+), 34 deletions(-) copy sysdeps/{sparc/sparc32/sparcv9/fpu/multiarch/s_rint.c => x86_64/x32/test-size [...] create mode 100644 sysdeps/x86_64/x32/tst-size_t-memchr.c create mode 100644 sysdeps/x86_64/x32/tst-size_t-memcmp.c copy benchtests/bench-wcpncpy.c => sysdeps/x86_64/x32/tst-size_t-wmemchr.c (82%) copy benchtests/bench-wcpncpy.c => sysdeps/x86_64/x32/tst-size_t-wmemcmp.c (82%)