https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=233707
--- Comment #5 from Shawn Webb <shawn.w...@hardenedbsd.org> --- 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. _______________________________________________ freebsd-toolchain@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-toolchain To unsubscribe, send any mail to "freebsd-toolchain-unsubscr...@freebsd.org"