Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 20 Dec 2021 14:12:58 +0000
From:      bugzilla-noreply@freebsd.org
To:        ports-bugs@FreeBSD.org
Subject:   [Bug 260303] lang/sdcc: seg fault during build (ASLR fallout)
Message-ID:  <bug-260303-7788-3hLm1cpIe7@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-260303-7788@https.bugs.freebsd.org/bugzilla/>
References:  <bug-260303-7788@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=3D260303

--- Comment #9 from Mark Johnston <markj@FreeBSD.org> ---
As a follow-up, I've been working on a change to the way the stack gap work=
s:
rather than maintaining a fixed address for the top of the stack and includ=
ing
the gap against the RLIMIT_STACK limit, I changed the ELF image activator a=
nd
exec_copyout_strings() to locate the stack below a randomized gap.  This wa=
y,
the RLIMIT_STACK implementation requires no knowledge of the stack gap.

--=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-260303-7788-3hLm1cpIe7>