Interview Questions

What is memory leaks and buffer overflows ?

Software Quality Assurance Interview Questions and Answers


(Continued from previous question...)

194. What is memory leaks and buffer overflows ?

Memory leaks means incomplete deallocation - are bugs that happen very often. Buffer overflow means data sent as input to the server that overflows the boundaries of the input area, thus causing the server to misbehave. Buffer overflows can be used.

(Continued on next question...)

Other Interview Questions