mirror of
https://github.com/apache/nuttx.git
synced 2025-01-13 10:58:49 +08:00
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 |