Computer Science, asked by KushKumar7916, 1 year ago

What type of application attack occurs when data goes beyond the memory areas allocated to the application?

Answers

Answered by Sidyandex
1

Buffer overflow will occur when a program or a process will attempt to write more data in a fixed length block of memory.

Then, the buffer will be put up on hold.

The buffers are created in order to contain a definite amount of information, the extra data will in memory address overwrite the data in the adjacent buffer.

Similar questions