On 10/21/2014 05:26 PM, Maxim Ostapenko wrote:
Hi,this is the second version of the patch. Here the major changes from the previous one:
[snip]
case BUILT_IN_BCMP: + *intercepted_p = false;
The code which identifies interceptors seems to be duplicated in expand_builtin. What about factoring this out to some is_asan_intercepted() in asan.h?
-Y