Concept: Vulnerability Scanning Technology

1. What is a buffer overflow? What's the reason for it? What solutions are there currently?

  Buffer overflow means that the computer does not effectively detect the received input data, and when the buffer is filled with data,

The capacity of the buffer itself is exceeded, resulting in data loss.

  Solution: When developing software, try to use bounds-checked function versions, or actively perform bounds checking.

Guess you like

Origin http://43.154.161.224:23101/article/api/json?id=325940832&siteId=291194637