[Bug 239873] www/firefox and mail/thunderbird don't like the new ASLR "stackgap" feature

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Fri Dec 18 23:17:24 UTC 2020


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=239873

Konstantin Belousov <kib at FreeBSD.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |kib at FreeBSD.org

--- Comment #5 from Konstantin Belousov <kib at FreeBSD.org> ---
(In reply to sigsys from comment #3)
These are different stack gaps.  One that is controlled by STKFGAP_DISABLE is
at
the bottom of the stacks and prevent stack overflow from stomping on the
nearby mappings.

ASLR stack gap is at top, and it only makes an impression of being useful.
I just added an ELF feature control bit to disable it.

I considered adding procctl(2) but decided that it is not very useful,
ELF flag should be enough.

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


More information about the freebsd-gecko mailing list