简体   繁体   English

__interceptor_strchr是做什么的?

[英]What does __interceptor_strchr do?

my function crashes(due to stack overrun) right after this machine instruction: 在此机器指令之后,我的函数崩溃(由于堆栈溢出):

0x00000000004b1e4c <read_config+188>:  e8 3f 85 fa ff  callq  0x45a390 <__interceptor_strchr(char const*, int)>

What does __interceptor_strchr(char const*, int) do? __interceptor_strchr(char const*, int)什么作用?

这看起来像是LLVM的AddressSanitizer错误检测器的一部分。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM