|
|
|
|
|
by lmm
221 days ago
|
|
> UB is in fact not worse than a memory safety issue The worst case of UB is worse than the worst case of most kinds of non-UB memory safety issues. > NULL pointer dereferences are almost never exploitable Disagree; we've seen enough cases where they become exploitable (usually due to the impact of optimisations) that we can't say "almost never". They may not be the lowest hanging fruit, but they're still too dangerous to be acceptable. |
|