What is Buffer Overflow ? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

What is Buffer Overflow ?

What is Buffer Overflow in C?

1st Sep 2019, 7:13 PM
Prince
Prince - avatar
3 Answers
+ 11
Buffer overflow is a vulnerability in low level codes of C and C++. An attacker can cause the program to crash, make data corrupt, steal some private information or run his/her own code. It basically means to access any buffer outside of it's alloted memory space. short read: https://dhavalkapil.com/blogs/Buffer-Overflow-Exploit/
1st Sep 2019, 7:18 PM
BroFar
BroFar - avatar
+ 7
When the amount data being added to a storage area exceeds the amount of space allocated for it.
2nd Sep 2019, 2:10 AM
Sonic
Sonic - avatar
1st Sep 2019, 9:46 PM
Miquel Andreu Fuster Sancho
Miquel Andreu Fuster Sancho - avatar