This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository glibc.
from 52faba65f8 powerpc: Fix format issue from 3a16dd780eeba602 new 9bf8e29ca1 malloc: make malloc fail with requests larger than PTRDIFF_M [...]
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 | 34 +++++++++++++ NEWS | 6 +++ malloc/hooks.c | 17 ++++--- malloc/malloc.c | 112 ++++++++++++++++++------------------------ malloc/malloc.h | 17 ++++--- malloc/tst-malloc-too-large.c | 49 ++++++++++++++++++ malloc/tst-memalign.c | 10 ++++ malloc/tst-posix_memalign.c | 10 ++++ malloc/tst-pvalloc.c | 10 ++++ malloc/tst-reallocarray.c | 27 ++++++++-- malloc/tst-valloc.c | 10 ++++ stdlib/stdlib.h | 13 +++-- 12 files changed, 227 insertions(+), 88 deletions(-)