This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch release/2.39/master in repository glibc.
from 00899eba26 x86/cet: fix shadow stack test scripts new 305ee48826 malloc/Makefile: Split and sort tests new a2da98aa2a malloc: Improve aligned_alloc and calloc test coverage. new 9de9cd17e7 malloc: New test to check malloc alternate path using memory [...]
The 3 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: malloc/Makefile | 179 +++++++++++++-------- .../tst-aligned-alloc-random.c | 22 ++- malloc/tst-aligned_alloc-lib.c | 72 +++++++++ malloc/tst-malloc-alternate-path.c | 72 +++++++++ .../tst-malloc-random.c | 11 +- malloc/tst-malloc.c | 4 + 6 files changed, 283 insertions(+), 77 deletions(-) copy sysdeps/x86_64/tst-plt-rewrite1.c => malloc/tst-aligned-alloc-random.c (76%) create mode 100644 malloc/tst-aligned_alloc-lib.c create mode 100644 malloc/tst-malloc-alternate-path.c copy stdlib/stdc_bit_ceil_ui.c => malloc/tst-malloc-random.c (85%)