1.

What Is Memory Leaks And Buffer Overflows ?

Answer»

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.

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.



Discussion

No Comment Found