|
|
|
|
|
by nojvek
2487 days ago
|
|
Covering the every single branch of code isn’t enough. One needs to test that every single branch isn’t vulnerable to an overflow attack. It’s kind of testing every possible valid, invalid and malicious input the program can take in. Gets even crazier with race conditions and such. Testing is really hard. And given how many companies skip on testing I am led to believe security is a myth. There’s gonna be someone somewhere with an exploit getting your info. |
|