This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository glibc.
from 18305fba55 Remove SPARC lllrint aliases. new 34697694e8 Fix integer overflow in malloc when tcache is enabled [BZ #22375] new f33632ccd1 x86: Make a space in jmpbuf for shadow stack pointer
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 | 22 +++++++ debug/longjmp_chk.c | 2 +- malloc/malloc.c | 3 +- setjmp/longjmp.c | 5 +- setjmp/sigjmp.c | 4 +- sysdeps/{i386/symbol-hacks.h => generic/setjmpP.h} | 9 ++- sysdeps/unix/sysv/linux/x86/Makefile | 5 ++ sysdeps/unix/sysv/linux/x86/jmp_buf-ssp.sym | 5 ++ sysdeps/unix/sysv/linux/x86/setjmpP.h | 67 ++++++++++++++++++++++ .../unix/sysv/linux/x86/tst-saved_mask-1.c | 29 +++++++--- 10 files changed, 133 insertions(+), 18 deletions(-) copy sysdeps/{i386/symbol-hacks.h => generic/setjmpP.h} (84%) create mode 100644 sysdeps/unix/sysv/linux/x86/jmp_buf-ssp.sym create mode 100644 sysdeps/unix/sysv/linux/x86/setjmpP.h copy setjmp/tst-sigsetjmp.c => sysdeps/unix/sysv/linux/x86/tst-saved_mask-1.c (57%)