Content deleted Content added
m Fix Linter errors. |
Grammar. Subjunctive required |
||
Line 16:
{{main|Secure coding}}
Secure programming is the subset of defensive programming concerned with [[computer security]]. Security is the concern, not necessarily safety or availability (the [[software]] may be allowed to fail in certain ways). As with all kinds of defensive programming, avoiding bugs is a primary objective; however, the motivation is not as much to reduce the likelihood of failure in normal operation (as if safety
<syntaxhighlight lang="c">int risky_programming(char *input) {
|