I am using snprintf() a number of times in my code. I notice that the original bug is sprintf related.
Adding COMPILE_LTO=y fixes the problem for me. When I compile it that way my firmware all works.
I am using snprintf() a number of times in my code. I notice that the original bug is sprintf related.
Adding COMPILE_LTO=y fixes the problem for me. When I compile it that way my firmware all works.