mbedtls icon indicating copy to clipboard operation
mbedtls copied to clipboard

Two warning fixes for GCC12.1

Open paul-elliott-arm opened this issue 2 years ago • 0 comments

Signed-off-by: Paul Elliott [email protected]

Notes:

  • Pull requests cannot be accepted until the PR follows the contributing guidelines. In particular, each commit must have at least one Signed-off-by: line from the committer to certify that the contribution is made under the terms of the Developer Certificate of Origin.
  • This is just a template, so feel free to use/remove the unnecessary things

Description

Latest GCC was warning (again) about uninitialised variables, and although the two tests are for invalid parameters, I don't think initialising these variables impacts the intent of these tests.

Status

READY

Requires Backporting

NO

Migrations

NO

Todos

  • [ ] Tests

Steps to test or reproduce

test_suite_ecdh and test_suite_ecp should both (still) run clean.

paul-elliott-arm avatar Sep 09 '22 11:09 paul-elliott-arm