Y
Hacker News
new
|
ask
|
show
|
jobs
by
prussian
124 days ago
Fedora and its kernels are built with GCC's _FORTIFY_SOURCE and I've seen modules crash for out of bounds reads.
1 comments
dezgeg
124 days ago
_FORTIFY_SOURCE is way smaller in scope (as in, closes less vulnerabilities) than -fbounds-safety.
link