Y
Hacker News
new
|
ask
|
show
|
jobs
by
dmitrygr
436 days ago
You can skip all this nonsense with
-fsanitize=undefined
3 comments
Georgelemental
436 days ago
Not foolproof, doesn’t catch everything.
link
rcxdude
435 days ago
The sanitize tools are not intended to be hardening tools, just debugging/testing tools. For instance, they may introduce their own vulnerabilities.
link
cyberax
436 days ago
It won't do anything for data races, for example.
link