0
点赞
收藏
分享

微信扫一扫

stack around xxx is corrupted解决方法

数组大小定义太小,在使用时越界。例如下面的代码就可能导致这个错误:

stack around xxx is corrupted

出现了堆栈问题,

解决方法:将数组扩大

举报

相关推荐

0 条评论