|
|
|
|
|
by lambdaelite
4050 days ago
|
|
Keep in mind they don't use C/C++. They use C/C++ with a coding standard (like MISRA), static analysis tools, validated compilers, development processes incorporating change control, documentation, verification and validation, etc. What alternative are you suggesting? |
|
AFAIK (partial) assurance in C/C++ can only be handled by additional testing tools, Frama-C for instance.
I agree that C/C++ should not be used for security applications. Ada is a much better choice because it was designed for security.