简体   繁体   中英

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?

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

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

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