RFR(S): 8252407: Build failure with gcc-8+ and asan

Eric Liu eric.c.liu at arm.com
Mon Sep 28 15:13:58 UTC 2020


Hi, 

Thanks for looking at this.

For gcc-10, it's hard to make 'strncpy' all right with asan enabled (approaches we talked previous don't work). 
I'm trying to find a better way to avoid using compile pragma. I suppose it would be better to use 'memcpy' 
to replace 'strncpy'.


Thanks,
Eric


More information about the security-dev mailing list