Questions about this topic? Sign up to ask in the talk tab.
Patching
From NetSec
Revision as of 10:07, 25 August 2012 by LashawnSeccombe (Talk | contribs) (Created page with "== Memory Handling == ''(Examples in C & C++)'' * Buffer Overflows :*Stack :*Heap :*Integer overflow/Off-by-one * Format String == Web Application == ''(Examples in a...")
Memory Handling
- Buffer Overflows
- Stack
- Heap
- Integer overflow/Off-by-one
- Format String
Web Application
(Examples in all of the interpreted languages)
- Prepared statements
- Legacy