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