很多次我遇到Buffer Overflow问题.
int y[10][10][10];
...
y[0][15][3] = 8;
我该如何防止这个问题?有什么好的工具可以帮助我吗?
c c++ buffer-overflow
buffer-overflow ×1
c ×1
c++ ×1