[Bug 269568] strip(1) creates an executable which crashes in ld-elf.so.1
Date: Tue, 29 Aug 2023 09:34:23 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=269568 --- Comment #6 from Konstantin Belousov <kib@FreeBSD.org> --- Limiting the size of the stack is done by kernel before even ld-elf.so.1 has the chance to run. If the stack is too small, userspace must fail. [From the PT_GNU_STACK phdr, only the size and protection are used] -- You are receiving this mail because: You are the assignee for the bug.