fxprintf: Get rid of alloca
Use a scratch_buffer rather than alloca/malloc to avoid potential stack
overflow.
Reviewed-by:
Adhemerval Zanella <adhemerval.zanella@linaro.org>
Loading
Please register or sign in to comment
Use a scratch_buffer rather than alloca/malloc to avoid potential stack
overflow.
Reviewed-by:
Adhemerval Zanella <adhemerval.zanella@linaro.org>