glibc/sysdeps/arc
Szabolcs Nagy 238032ead6 aarch64: enforce >=64K guard size [BZ #26691]
There are several compiler implementations that allow large stack
allocations to jump over the guard page at the end of the stack and
corrupt memory beyond that. See CVE-2017-1000364.

Compilers can emit code to probe the stack such that the guard page
cannot be skipped, but on aarch64 the probe interval is 64K by default
instead of the minimum supported page size (4K).

This patch enforces at least 64K guard on aarch64 unless the guard
is disabled by setting its size to 0.  For backward compatibility
reasons the increased guard is not reported, so it is only observable
by exhausting the address space or parsing /proc/self/maps on linux.

On other targets the patch has no effect. If the stack probe interval
is larger than a page size on a target then ARCH_MIN_GUARD_SIZE can
be defined to get large enough stack guard on libc allocated stacks.

The patch does not affect threads with user allocated stacks.

Fixes bug 26691.
2020-10-02 09:57:44 +01:00
..
bits ARC: math soft float support 2020-07-10 16:08:44 -07:00
fpu ARC: ABI lists 2020-07-10 16:08:44 -07:00
nofpu ARC: ABI lists 2020-07-10 16:08:44 -07:00
nptl aarch64: enforce >=64K guard size [BZ #26691] 2020-10-02 09:57:44 +01:00
__longjmp.S
abort-instr.h
atomic-machine.h ARC: Atomics and Locking primitives 2020-07-10 16:08:44 -07:00
bsd-_setjmp.S
bsd-setjmp.S
configure ARC: Build Infrastructure 2020-07-10 16:08:45 -07:00
configure.ac ARC: Build Infrastructure 2020-07-10 16:08:45 -07:00
dl-machine.h ARC: startup and dynamic linking code 2020-07-10 16:08:44 -07:00
dl-runtime.h
dl-sysdep.h
dl-tls.h ARC: Thread Local Storage support 2020-07-10 16:08:44 -07:00
dl-trampoline.S
entry.h ARC: startup and dynamic linking code 2020-07-10 16:08:44 -07:00
fpu_control.h ARC: hardware floating point support 2020-07-10 16:08:44 -07:00
gccframe.h
get-rounding-mode.h ARC: hardware floating point support 2020-07-10 16:08:44 -07:00
Implies ARC: Build Infrastructure 2020-07-10 16:08:45 -07:00
jmpbuf-offsets.h
jmpbuf-unwind.h
ldsodefs.h ARC: startup and dynamic linking code 2020-07-10 16:08:44 -07:00
libc-tls.c ARC: Thread Local Storage support 2020-07-10 16:08:44 -07:00
machine-gmon.h
Makefile ARC: Build Infrastructure 2020-07-10 16:08:45 -07:00
math-tests-trap.h ARC: hardware floating point support 2020-07-10 16:08:44 -07:00
memusage.h
preconfigure ARC: Build Infrastructure 2020-07-10 16:08:45 -07:00
setjmp.S
sfp-machine.h ARC: math soft float support 2020-07-10 16:08:44 -07:00
sotruss-lib.c ARC: startup and dynamic linking code 2020-07-10 16:08:44 -07:00
stackinfo.h ARC: Thread Local Storage support 2020-07-10 16:08:44 -07:00
start.S ARC: startup and dynamic linking code 2020-07-10 16:08:44 -07:00
sysdep.h
tininess.h ARC: hardware floating point support 2020-07-10 16:08:44 -07:00
tls-macros.h
tst-audit.h ARC: startup and dynamic linking code 2020-07-10 16:08:44 -07:00
Versions ARC: Build Infrastructure 2020-07-10 16:08:45 -07:00