This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_gnu_native_check_gcc/master-arm in repository toolchain/ci/glibc.
from 342cc934a3 posix: Add terminal control setting support for posix_spawn adds 03ad86880f elf: Fix use-after-free in ldconfig [BZ #26779] adds 7845064d2d intl: Avoid -Wuse-after-free [BZ #26779] adds ee52ab25ba io: Fix use-after-free in ftw [BZ #26779] adds 4f20a1dc52 stdlib: Avoid -Wuse-after-free in __add_to_environ [BZ #26779] adds e4ba8fee1a elf: Replace tst-p_alignmod1-editX with a python script adds c094c232eb Avoid -Wuse-after-free in tests [BZ #26779]. adds 604814121d hurd: Add posix_spawnattr_tc{get,set}pgrp_np on libc.abilist
No new revisions were added by this update.
Summary of changes: elf/Makefile | 14 +- elf/ldconfig.c | 2 +- elf/tst-elf-edit.h | 126 ------------------ elf/tst-p_alignmod1-edit.c | 27 ---- elf/tst-p_alignmod2-edit.c | 27 ---- intl/localealias.c | 12 +- io/ftw.c | 5 +- malloc/tst-malloc-backtrace.c | 9 ++ malloc/tst-malloc-check.c | 16 +++ malloc/tst-malloc-too-large.c | 24 ++++ malloc/tst-obstack.c | 2 +- malloc/tst-realloc.c | 8 ++ scripts/tst-elf-edit.py | 206 ++++++++++++++++++++++++++++++ stdlib/setenv.c | 6 +- support/tst-support-open-dev-null-range.c | 3 +- sysdeps/mach/hurd/i386/libc.abilist | 2 + 16 files changed, 291 insertions(+), 198 deletions(-) delete mode 100644 elf/tst-elf-edit.h delete mode 100644 elf/tst-p_alignmod1-edit.c delete mode 100644 elf/tst-p_alignmod2-edit.c create mode 100644 scripts/tst-elf-edit.py