Questions about this topic? Sign up to ask in the talk tab.
Difference between revisions of "Patching"
From NetSec
(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...") |
(No difference)
|
Latest revision as of 10:07, 25 August 2012
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