Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
core: mm: zero initialize tee_mm pool structures
Zero initialize tee_mm_pool_t instance when such pool is initialized. This change fixes an issue where phys_mem pool max_allocated field may contain a fuzzy value because it was not zero-initialized when allocated by the commit referred below. Fixes: c596d83 ("core: add phys_mem allocation functions") Signed-off-by: Etienne Carriere <etienne.carriere@foss.st.com>
- Loading branch information