This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_bmk_gnu_apm/gnu-release-aarch64-spec2k6-Os in repository toolchain/ci/glibc.
from 1d401d1fcc x86: use default cache size if it cannot be determined [BZ #28784] adds 82b1acd9de powerpc: Fix unrecognized instruction errors with recent binutils new 062ff490c1 support: Add helpers to create paths longer than PATH_MAX new 269eb9d930 stdlib: Sort tests in Makefile new 73c362840c stdlib: Fix formatting of tests list in Makefile new f7a79879c0 realpath: Set errno to ENAMETOOLONG for result larger than P [...] new 8c8a71c85f tst-realpath-toolong: Fix hurd build new 472e799a5f getcwd: Set errno to ERANGE for size == 1 (CVE-2021-3999)
The 6 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: NEWS | 10 + stdlib/Makefile | 102 +++++++-- stdlib/canonicalize.c | 12 +- .../tst-realpath-toolong.c | 45 ++-- support/temp_file.c | 161 +++++++++++++- support/temp_file.h | 9 + sysdeps/posix/getcwd.c | 7 + sysdeps/powerpc/Makefile | 5 - sysdeps/powerpc/tst-set_ppr.c | 3 +- sysdeps/unix/sysv/linux/Makefile | 7 +- sysdeps/unix/sysv/linux/tst-getcwd-smallbuff.c | 241 +++++++++++++++++++++ 11 files changed, 535 insertions(+), 67 deletions(-) copy grp/tst-initgroups1.c => stdlib/tst-realpath-toolong.c (59%) create mode 100644 sysdeps/unix/sysv/linux/tst-getcwd-smallbuff.c