00d087c629
Conditional branch has limited range (1MB) and can not be extended by the linker. The current distance (in walleye build) is 500KB, about half of the maximum. HWASan pushes it over the limit. Replace conditional branch with regular branch, which has longer range (26 vs 19 bits offset) and can be extended in the linker if needed. Bug: 112437884 Bug: 12231437 Test: SANITIZE_TARGET=hwaddress Change-Id: Idc083fb557ab3a859541beb009809992406a6703 |
||
---|---|---|
.. | ||
__memcpy_chk.S | ||
memchr.S | ||
memcmp.S | ||
memcpy.S | ||
memcpy_base.S | ||
memmove.S | ||
memset.S | ||
stpcpy.S | ||
strchr.S | ||
strcmp.S | ||
strcpy.S | ||
string_copy.S | ||
strlen.S | ||
strncmp.S | ||
strnlen.S | ||
wmemmove.S |