This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository glibc.
from b40f5f84c4 NEWS: Insert autogenerated list of fixed bugs new 7dfa534ef0 malloc: Fix set-freeres.c with gcc 6 new 0eb6b2725b sunrpc: Fix netname build with older gcc new 648c3b574d powerpc: Fix powerpc64 strchrnul build with old gcc new df43ea489c posix: Fix test-errno build with fortify enable new f8f9a27257 i386: Fix build with --enable-fortify=3 new 0b1a76c577 i386: Remove memset_chk-nonshared.S new dbc4b032dc linux: Fix i686 with gcc6 new 784ae96811 string: Fix tester build with fortify enable with gcc 6
The 8 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/set-freeres.c | 46 ++++++++++++++++++++++ posix/test-errno.c | 8 +++- string/tester.c | 9 +++++ sunrpc/netname.c | 4 ++ sysdeps/i386/i686/memset.S | 2 +- sysdeps/i386/i686/multiarch/Makefile | 5 --- sysdeps/i386/i686/multiarch/memcpy_chk-nonshared.S | 21 ---------- .../i386/i686/multiarch/memmove_chk-nonshared.S | 21 ---------- .../i386/i686/multiarch/mempcpy_chk-nonshared.S | 21 ---------- sysdeps/i386/i686/multiarch/memset-ia32.S | 9 +++-- sysdeps/i386/i686/multiarch/memset_chk-nonshared.S | 21 ---------- sysdeps/powerpc/powerpc64/multiarch/strchrnul.c | 14 +++---- sysdeps/unix/sysv/linux/convert_scm_timestamps.c | 9 +++++ 13 files changed, 88 insertions(+), 102 deletions(-) delete mode 100644 sysdeps/i386/i686/multiarch/memcpy_chk-nonshared.S delete mode 100644 sysdeps/i386/i686/multiarch/memmove_chk-nonshared.S delete mode 100644 sysdeps/i386/i686/multiarch/mempcpy_chk-nonshared.S delete mode 100644 sysdeps/i386/i686/multiarch/memset_chk-nonshared.S