13a0682340
In function kasan_set_poison: { ... while (size--) { p[size] = value; } } This will optimize to 'memset' function when compile option > O2. But the memset must be instrument by kasan, so there is recursive Signed-off-by: ligd <liguiding1@xiaomi.com> |
||
---|---|---|
.. | ||
CMakeLists.txt | ||
generic.c | ||
hook.c | ||
Make.defs | ||
sw_tags.c |