Run-Time Check Failure #2 - Stack around the variable 'xxx' was corrupted

Run-Time Check Failure #2 - Stack around the variable ” was corrupte 
means that in our program, the memory near a variable is corrupted. If such a problem occurs, it generally means that our program has memory out of bounds. 
Solution: 
If there are array operations in your program, you might as well block it first to see if such problems still occur. 
Then, carefully check the type.

Guess you like

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