Konrad Kubacki
Results
2
comments of
Konrad Kubacki
You might add UBSAN as well, since it also flags the tricks used in sprintf library. `__attribute__((no_sanitize("undefined")))`
I also had an issue with ASAN and the trick stbsp uses for finding '\0'. However, I found out that I also need to modify STBSP_PUBLICDEC / PUBLICDEF macros by...