Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 30 Dec 2018 15:48:19 +0000
From:      bugzilla-noreply@freebsd.org
To:        toolchain@FreeBSD.org
Subject:   [Bug 233707] www/firefox: fails to build with -fstack-protector-{strong,all} + -Wl,-z,nocopyreloc
Message-ID:  <bug-233707-29464-cb8xpwHP9o@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-233707-29464@https.bugs.freebsd.org/bugzilla/>
References:  <bug-233707-29464@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=3D233707

--- Comment #11 from Tijl Coosemans <tijl@FreeBSD.org> ---
(In reply to Shawn Webb from comment #9)
The paper is about copy-relocations of read-only variables.  There are
potential security problems with that because the copy is writeable.  The c=
opy
has to be initialised at run-time with the value from the library.  That
doesn't apply to __stack_chk_guard because it's already writeable.

--=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-233707-29464-cb8xpwHP9o>