Content deleted Content added
This really seems to be a good disambiguation page. |
The unsourced and unhelpful stuff, IMO needs to go, or it needs a rewrite and sourcing... but string exploits come and go daily, vary by language, OS, revision of each. |
||
Line 7:
'''String exploits''' are [[security exploit]]s involving handling of [[String (computer science)|string]] data in computer software.
* [[Format string attack]] - unchecked <code>[[printf|*printf]]</code> format strings are dangerous<!-- If exception handling is not involved -->
* [[Buffer overflow]] - Buffer overflows often occurs in unsafe string functions
|