Home
last modified time | relevance | path

Searched hist:"239 fae350391d40ba804ee15c25863bf01e0521a" (Results 1 – 2 of 2) sorted by relevance

/optee_os/core/tee/
H A Dfs_dirfile.c239fae350391d40ba804ee15c25863bf01e0521a Mon Jan 08 10:15:58 UTC 2024 Clement Faure <clement.faure@nxp.com> core: tee: initialize dirfile|tadb_entry objects

Coverity reports many errors where dirfile_entry{} and tadb_entry{}
objects are used un-initialized.
Resolve these errors by setting these objects to zero on declaration.

Signed-off-by: Clement Faure <clement.faure@nxp.com>
Reviewed-by: Jerome Forissier <jerome.forissier@linaro.org>
Reviewed-by: Etienne Carriere <etienne.carriere@foss.st.com>
H A Dtadb.c239fae350391d40ba804ee15c25863bf01e0521a Mon Jan 08 10:15:58 UTC 2024 Clement Faure <clement.faure@nxp.com> core: tee: initialize dirfile|tadb_entry objects

Coverity reports many errors where dirfile_entry{} and tadb_entry{}
objects are used un-initialized.
Resolve these errors by setting these objects to zero on declaration.

Signed-off-by: Clement Faure <clement.faure@nxp.com>
Reviewed-by: Jerome Forissier <jerome.forissier@linaro.org>
Reviewed-by: Etienne Carriere <etienne.carriere@foss.st.com>