What are buffer overflows

What are buffer overflows? Buffer overflows also known as buffer overrun is a state the happens in all type of applications, it can be in an offline or an online application, from a developer perspective a buffer overflow is a bug that the developer of the application did not thought about or he or she …

Counter measures to avoid Buffer Overflow

In computer programming, buffer overflow refers to a voilation in the safety of the computer memory. Buffer basically refers to a computer memory boundary which is created during the transfer of data from one region to another. The term buffer overflow with regards to computer programming is used when the data which is written crosses …