https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=233707
--- Comment #5 from Shawn Webb <[email protected]> --- I think the reason why FreeBSD is exhibiting issues but not HardenedBSD is because we enforce -fPIC for all libraries, both in base and ports. We need to do so to properly build applications as PIEs. Forcing PIC also helps protect against a compiler-level security vulnerability[1]. [1]: http://www.cse.psu.edu/~trj1/papers/ndss17.pdf -- You are receiving this mail because: You are the assignee for the bug. _______________________________________________ [email protected] mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-toolchain To unsubscribe, send any mail to "[email protected]"
