Buffer Overflows 2.3 Flashcards
1
Q
Buffer Overflows
A
- Input validation attacks, designed to take advantage of input routines that do not validate the length of inputs.
2
Q
Solution for Buffer Overflows
A
- Validation of all input lengths prior to writing memory.