Dear
About LWIP Network stack
When loading the lwip stack, an assertion occurs in rand() as shown in the log below.
assertion "REENT malloc succeeded" failed: file "../../../../../../../../src_newlib/newlib/libc/stdlib/rand.c", line 78
It operates normally if the related rand() is removed or newlib is set to no I/O like picture
newlib_selection.png
We are in an environment that uses FreeRTOS + LWIP + MbedTLS(HSE),
Please guide me on which newlib to use and how to correct the above problem to accurately resolve it.