Content deleted Content added
Goodone121 (talk | contribs) Undid revision 1064017494 by 50.92.202.47 (talk) |
removed a lot of jargon that disambiguated the articles introduction~~~~ Tag: Reverted |
||
Line 3:
{{howto|date=March 2012}}
'''Defensive programming''' is
== Secure programming ==
{{main|Secure coding}}
Secure programming is the subset of defensive programming concerned with
<syntaxhighlight lang="c">int risky_programming(char *input) {
|