This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch fw/heap-protector in repository glibc.
discards 9b676a0 malloc: Implement heap protector discards 5940351 Generate additional secret keys for the heap protector discards 95d70ee sysmalloc: Initialize previous size field of mmaped chunks discards d733d11 malloc: Use accessors for chunk metadata access adds 61668b2 Fix a sparc header conformtest failure. adds 4725d33 Make strtod raise "inexact" exceptions (bug 19380). adds e9c4fe9 malloc: Use accessors for chunk metadata access adds 681421f sysmalloc: Initialize previous size field of mmaped chunks adds a0f83f0 Add test for linking against most static libraries new b96a747 crypt: Use internal names for the SHA-2 block functions new c33e430 Generate additional secret keys for the heap protector new f3827d6 malloc: Implement heap protector
This update added new revisions after undoing existing revisions. That is to say, some revisions that were in the old version of the branch are not in the new version. This situation occurs when a user --force pushes a change and generates a repository containing something like this:
* -- * -- B -- O -- O -- O (9b676a0) \ N -- N -- N refs/heads/fw/heap-protector (f3827d6)
You should already have received notification emails for all of the O revisions, and so the following emails describe only the N revisions from the common base, B.
Any revisions marked "omits" are not gone; other references still refer to them. Any revisions marked "discards" are gone forever.
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: ChangeLog | 62 ++++++++++++++++++++++---- crypt/sha256-block.c | 2 +- crypt/sha256.c | 13 +++--- crypt/sha512-block.c | 2 +- crypt/sha512.c | 14 +++--- csu/libc-start.c | 2 + elf/Makefile | 13 +++++- elf/dl-keysetup.c | 6 +++ elf/dl-keysetup.h | 2 +- elf/rtld.c | 6 ++- elf/tst-linkall-static.c | 45 +++++++++++++++++++ malloc/arena.c | 12 ++++- malloc/hooks.c | 32 ++++++------- malloc/malloc.c | 14 +++--- stdlib/gen-tst-strtod-round.c | 4 +- stdlib/strtod_l.c | 14 ++++-- stdlib/tst-strtod-round-data.h | 26 +++++------ stdlib/tst-strtod-round-skeleton.c | 18 ++++++++ sysdeps/generic/dl-osinfo.h | 42 +---------------- sysdeps/generic/ldsodefs.h | 4 ++ sysdeps/sparc/sparc64/multiarch/sha256-block.c | 16 ++++--- sysdeps/sparc/sparc64/multiarch/sha512-block.c | 16 ++++--- sysdeps/unix/sysv/linux/dl-osinfo.h | 31 ------------- sysdeps/unix/sysv/linux/sparc/sys/user.h | 2 + 24 files changed, 240 insertions(+), 158 deletions(-) create mode 100644 elf/tst-linkall-static.c