在此机器指令之后,我的函数崩溃(由于堆栈溢出):

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


__interceptor_strchr(char const*, int)是做什么的?

最佳答案

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

关于c - __interceptor_strchr是做什么的?,我们在Stack Overflow上找到一个类似的问题:https://stackoverflow.com/questions/33692636/

10-14 09:24