mirror of
https://github.com/torvalds/linux.git
synced 2026-03-08 04:04:43 +01:00
When shm_register() fails in tee_dyn_shm_alloc_helper(), the pre-allocated
pages array is not freed, resulting in a memory leak.
Fixes:
|
||
|---|---|---|
| .. | ||
| amdtee | ||
| optee | ||
| tstee | ||
| Kconfig | ||
| Makefile | ||
| tee_core.c | ||
| tee_private.h | ||
| tee_shm.c | ||
| tee_shm_pool.c | ||