commit | 25c7dbe34270fb87a6928ce0abd5ead0d0360f57 | [log] [tgz] |
---|---|---|
author | Manuel Pégourié-Gonnard <manuel.pegourie-gonnard@arm.com> | Mon Jun 22 09:37:00 2020 +0200 |
committer | GitHub <noreply@github.com> | Mon Jun 22 09:37:00 2020 +0200 |
tree | 155c14097c02c58490c2de3fdd7df60b2d3eae45 | |
parent | 0c0040743296e0a416787740968d35d08a39cd88 [diff] | |
parent | 6a81eb610699688cc093ec51f24ac7e39bd81233 [diff] |
Merge pull request #3435 from paul-elliott-arm/fix_dangerous_parameters Remove Dangerous Parameter Passing
diff --git a/tests/suites/test_suite_psa_crypto_slot_management.function b/tests/suites/test_suite_psa_crypto_slot_management.function index a9c7f04..3a14b12 100644 --- a/tests/suites/test_suite_psa_crypto_slot_management.function +++ b/tests/suites/test_suite_psa_crypto_slot_management.function
@@ -270,7 +270,7 @@ else { TEST_EQUAL( psa_export_key( handle, - reexported, sizeof( reexported ), + NULL, 0, &reexported_length ), PSA_ERROR_NOT_PERMITTED ); }