Page MenuHomePhabricator

fix the local variable not initialized issue in TZ_AllocModuleContext_S
Closed, ResolvedPublic

Description

In case CONFIG_TFM_ENABLE_CTX_MGMT is ON while TFM_NS_CLIENT_IDENTIFICATION is OFF,
the local variable tz_id in TZ_AllocModuleContext_S is not initialized causing a
compiling issue.