What is memory leaks and buffer overflows ?

Showing Answers 1 - 7 of 7 Answers

Syed Abuzer

  • Sep 7th, 2005
 

Plz let me know this and 41 answer also i will be highly thankfull who will let me know....

  Was this answer useful?  Yes

Anna

  • Sep 8th, 2005
 

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 to make the server run a code sent into the overflowed buffer.  

  Was this answer useful?  Yes

Priya

  • Sep 22nd, 2005
 

What is memory leak?

A bug in a program that prevents it from freeing up memory that it no longer needs. As a result, the program grabs more and more memory until it finally crashes because there is no more memory left.

 

What is buffer overflow?

buffer overflow occurs when a program or process tries to store more data in a buffer (temporary data storage area) than it was intended to hold. Since buffers are created to contain a finite amount of data, the extra information - which has to go somewhere - can overflow into adjacent buffers, corrupting or overwriting the valid data held in them

 

vennelakranthi

  • Sep 7th, 2006
 

Hi!n If u r using java application u can use Rational Purity.

  Was this answer useful?  Yes

sudhakar2068

  • Nov 3rd, 2006
 

 

A bug in a program that prevents it from freeing up memory that it no longer needs. As a result, the program grabs more and more memory until it finally crashes because there is no more memory left.

 

 

buffer overflow occurs when a program or process tries to store more data in a buffer (temporary data storage area) than it was intended to hold. Since buffers are created to contain a finite amount of data, the extra information - which has to go somewhere - can overflow into adjacent buffers, corrupting or overwriting the valid data held in them

 

sudhakar kolla,

 

My email:kollasudhakar2005@yahoo.co.in.

 

My number:09819859346

 

 

    

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions