| commit | ada9e227e90f78dfe36ffe924faba3747a988745 | [log] [tgz] |
|---|---|---|
| author | Taticharla Venkata Sai <venkatasai.taticharla@amd.com> | Tue Aug 12 14:57:02 2025 +0530 |
| committer | Venkata Sai Taticharla <venkatasai.taticharla@amd.com> | Thu Jan 08 16:31:27 2026 +0000 |
| tree | 3e0d9521a81aeffc318ee39b8c078595ef5768ef | |
| parent | 6c61ed4d97782060d08539fcad28845dcd46cb0c [diff] |
fix(optee): initialize the structure This corrects the MISRA violation C2012-9.1: Initialize the structure with memset to ensures the structure contains predictable zero values before being passed to functions, preventing potential undefined behavior from uninitialized automatic storage. Change-Id: Ib89b45b8aeefa211afacc77f948a5888815f9e68 Signed-off-by: Taticharla Venkata Sai <venkatasai.taticharla@amd.com>