This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository glibc.
from 80647883cf ChangeLog: Fix an entry for [BZ #22657] new 8e448310d7 Fix integer overflows in internal memalign and malloc functi [...]
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 | 10 ++ malloc/Makefile | 1 + malloc/malloc.c | 30 +++-- malloc/tst-malloc-too-large.c | 253 ++++++++++++++++++++++++++++++++++++++++++ 4 files changed, 286 insertions(+), 8 deletions(-) create mode 100644 malloc/tst-malloc-too-large.c