[Bug 260303] lang/sdcc: seg fault during build (ASLR fallout)

From: <bugzilla-noreply_at_freebsd.org>
Date: Tue, 14 Dec 2021 21:20:30 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=260303

--- Comment #8 from commit-hook@FreeBSD.org ---
A commit in branch main references this bug:

URL:
https://cgit.FreeBSD.org/src/commit/?id=bfd451210e5972c1f2ec5200b6ca6ca70a9f24ae

commit bfd451210e5972c1f2ec5200b6ca6ca70a9f24ae
Author:     Mark Johnston <markj@FreeBSD.org>
AuthorDate: 2021-12-14 21:15:06 +0000
Commit:     Mark Johnston <markj@FreeBSD.org>
CommitDate: 2021-12-14 21:19:40 +0000

    imgact_elf: Disable the stack gap for now

    The integration with RLIMIT_STACK is still causing problems for some
    programs such as lang/sdcc and syzkaller's executor.  Until this is
    resolved by some work currently in progress, disable the stack gap by
    default.

    PR:             260303
    Reviewed by:    kib, emaste
    Sponsored by:   The FreeBSD Foundation
    Differential Revision:  https://reviews.freebsd.org/D33438

 sys/kern/imgact_elf.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

-- 
You are receiving this mail because:
You are the assignee for the bug.