Buffer Overflows Flashcards
1
Q
What is a buffer overflow?
A
When a section of memory is able to spill over to another section of memory and overwrite it. Attackers abuse poor programming to accomplish this.
2
Q
How can buffer overflow be avoided?
A
Proper programming practices such and not using a weak programming language.