Content deleted Content added
ref |
Typo fixing, WP:TONE, typo(s) fixed: For example → For example, using AWB |
||
Line 1:
{{Multiple issues|
{{
{{
}}
Line 9:
== Buffer Overflow Prevention ==
[[Buffer overflow]]s, a common software security vulnerability, happen when a process tries to store data beyond a fixed-length buffer. For example, if
An example of a C program prone to a buffer overflow is<syntaxhighlight lang="c++">
|