Date: Tue, 29 Aug 2023 09:34:23 +0000 From: bugzilla-noreply@freebsd.org To: bugs@FreeBSD.org Subject: [Bug 269568] strip(1) creates an executable which crashes in ld-elf.so.1 Message-ID: <bug-269568-227-is9O0SPo4N@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-269568-227@https.bugs.freebsd.org/bugzilla/> References: <bug-269568-227@https.bugs.freebsd.org/bugzilla/>
next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D269568 --- 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] --=20 You are receiving this mail because: You are the assignee for the bug.=
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-269568-227-is9O0SPo4N>