| commit | 9a5dbef93026712cd4c09dc1230a864e7f3f20ae | [log] [tgz] |
|---|---|---|
| author | Alexandre Gonzalo <alexandre.gonzalo@arm.com> | Wed Nov 05 11:56:39 2025 +0100 |
| committer | György Szing <gyorgy.szing@arm.com> | Tue Nov 25 15:56:08 2025 +0000 |
| tree | b885e9a5b2561db76ef9f2a26ee522b32edd977f | |
| parent | 2254a35f08525b24fdf4d62dd2bbfeb90dc7b729 [diff] |
psa-crypto: fix UNINIT defects reported by Coverity Initialize variables at declaration to assist Coverity analysis Coverity does not detect that the serialization functions initialize these variables. While no issue is being fixed, initializing variables at declaration improves clarity and helps static analysis tools. Signed-off-by: Alexandre Gonzalo <alexandre.gonzalo@arm.com> Change-Id: Ibae8811b80be65fe45c9a97aa69bc329d3c02fe0