|
|
|
|
|
by lmm
577 days ago
|
|
> For a lot of the business software, it's actually fine if it's not perfectly safe. Is it fine if it silently gives the wrong answer? If so, why are you bothering with the software at all? In my experience all nontrivial C++ codebases have silent memory corruption bugs (at least when built with popular compilers). |
|
- Webkit, GCC, and a few others are non-trivial C++ codebases that are (I argue) useful.
- In your experience, since they are non-trivial, they have silent memory corruption bugs (i.e. they are not "perfectly safe").
Does this answer the "why bother with software at all" question?