0
5.9kviews
Write in brief about Buffer overflow attack.
1 Answer
0
144views
  • In programming environment, a buffer is a space where data can be held. They are stored in a memory where the availability is finite.
  • Hence many programming environment demand buffer space be declared before compilation.
  • E.g. int a[10] will create an array and allot 10 memory locations to the array …

Create a free account to keep reading this post.

and 2 others joined a min ago.

Please log in to add an answer.