This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository glibc.
from 855561a1fb malloc: missing initialization of tcache in _mid_memalign new 1894e219dc Remove eloop-threshold.h new ed6a68bac7 debug: Improve '%n' fortify detection (BZ 30932)
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: Makeconfig | 2 +- debug/Makefile | 12 ++ debug/readonly-area.c | 23 +-- debug/tst-sprintf-fortify-rdonly-dlopen.c | 1 + .../tst-sprintf-fortify-rdonly-mod.c | 58 ++++---- debug/tst-sprintf-fortify-rdonly.c | 158 ++++++++++++++++++--- elf/Makefile | 1 + elf/chroot_canon.c | 5 +- elf/dl-readonly-area.c | 86 +++++++++++ elf/rtld.c | 1 + hurd/lookup-retry.c | 6 +- include/stdlib.h | 15 ++ stdio-common/vfprintf-internal.c | 9 +- stdio-common/vfprintf-process-arg.c | 28 ++-- stdlib/canonicalize.c | 6 +- stdlib/tst-canon-bz26341.c | 4 +- sysdeps/generic/eloop-threshold.h | 72 ---------- sysdeps/generic/ldsodefs.h | 14 ++ sysdeps/generic/min-eloop-threshold.h | 42 ++++++ .../{eloop-threshold.h => min-eloop-threshold.h} | 14 +- sysdeps/mach/hurd/sysconf.c | 4 +- .../{readonly-area.c => readonly-area-fallback.c} | 11 +- .../{readonly-area.c => readonly-area-fallback.c} | 21 ++- 23 files changed, 409 insertions(+), 184 deletions(-) create mode 100644 debug/tst-sprintf-fortify-rdonly-dlopen.c copy stdio-common/tst-fflush-mmap.c => debug/tst-sprintf-fortify-rdonly-mod.c (52%) create mode 100644 elf/dl-readonly-area.c delete mode 100644 sysdeps/generic/eloop-threshold.h create mode 100644 sysdeps/generic/min-eloop-threshold.h rename sysdeps/mach/hurd/{eloop-threshold.h => min-eloop-threshold.h} (83%) rename sysdeps/mach/{readonly-area.c => readonly-area-fallback.c} (90%) rename sysdeps/unix/sysv/linux/{readonly-area.c => readonly-area-fallback.c} (84%)