-
1.malloc/free: in use at exit 内存在退出前没有被释放
-
2.Invalid write of size 非法写内存:一般为数组越界
-
3.Invalid read of size 非法读内存:一般为数组越界
-
4.definitely lost/possibly lost/still reachable in loss record 内存未释放
-
5.Invalid free() / delete / delete[] 同一指针被多次释放
-
6.Source and destination overlap 内存重叠(一般是使用strncpy,memcpy引起)
-
7.Syscall param contains uninitialised byte 调用系统函数时传入了未初始化的变量
-
8.Conditional jump or move depends on uninitialised value 条件判断时使用了未初始化的变量
-
9.栈溢出Access not within mapped region/Stack overflow 栈溢出
-
10.Mismatched free() / delete / delete [] new--delete malloc--free搭配错误
Vallog可以识别的错误及错误提示
原创
©著作权归作者所有:来自51CTO博客作者Ai_Yang的原创作品,请联系作者获取转载授权,否则将追究法律责任
上一篇:Google Test
下一篇:分支管理---分支管理策略
提问和评论都可以,用心的回复会被更多人看到
评论
发布评论
相关文章
-
一直可以正常 git push 代码,突然就不行了,提示端口22错误,访问超时!
github网站正常访问,但是git push代码报错,提示端口22错误,访问超时!怎么搞?
git 端口错误 无法push git ssh