Searched hist:"3461146825 b0ca4f5b7476d853bb32834f73fb01" (Results 1 – 1 of 1) sorted by relevance
| /optee_os/lib/libutee/ |
| H A D | tcb.c | 3461146825b0ca4f5b7476d853bb32834f73fb01 Tue Apr 01 09:40:20 UTC 2025 Jens Wiklander <jens.wiklander@linaro.org> libutee: fix __utee_tcb_init()
Replace realloc() calls with calls to malloc_flags() to make sure that newly allocated memory is zero initialized.
Fixes: 9d224046e710 ("ldelf, libutee: add minimal Thread Local Storage support") Signed-off-by: Jens Wiklander <jens.wiklander@linaro.org> Reviewed-by: Jerome Forissier <jerome.forissier@linaro.org> Reviewed-by: Etienne Carriere <etienne.carriere@foss.st.com>
|