[Bug 233707] www/firefox: fails to build with -fstack-protector-{strong,all} + -Wl,-z,nocopyreloc

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Sun Dec 30 15:48:21 UTC 2018


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

--- Comment #11 from Tijl Coosemans <tijl at 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 copy
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.

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


More information about the freebsd-toolchain mailing list