09 2015 档案
BUG调试: Jump to the invalid address stated on the next line at 0x0: ???
摘要:gdb或者vlagrind报告: 错误原因:函数通过jmp,call,ret等指令跳转到0x00,错误可能出现的范围 1.函数缓冲区溢出覆盖了返回地址,然后又调用了return,例如 2.函数使用了未初始化的函数指针,例如 阅读全文
posted @ 2015-09-08 11:44 莫扎特的代码 阅读(937) 评论(0) 推荐(0)