-
Notifications
You must be signed in to change notification settings - Fork 198
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
xtest: regression_1037: Close attestation session #669
Conversation
host/xtest/regression_1000.c
Outdated
@@ -3141,6 +3141,8 @@ static void xtest_tee_test_1037(ADBG_Case_t *c) | |||
Do_ADBG_EndSubCase(c, "TA attestation (memory)"); | |||
|
|||
free_att_key(); | |||
|
|||
TEEC_CloseSession(&session); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Good catch. I wonder if it wouldn't make sense to put this just after the if (...
above since it's not by anything past that point.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Good catch. I wonder if it wouldn't make sense to put this just after the
if (...
above since it's not by anything past that point.
Hi @jenswi-linaro, do you mean to put TEEC_CloseSession directly on line 3126?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
do you mean to put TEEC_CloseSession directly on line 3126?
Yes
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
do you mean to put TEEC_CloseSession directly on line 3126?
Yes
OK, the new modification is submited, please review, thanks.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Reviewed-by: Jens Wiklander <jens.wiklander@linaro.org>
Signed-off-by: chenchaokai <chenchaokai@eswincomputing.com> Reviewed-by: liushiwei <liushiwei@eswincomputing.com> Reviewed-by: Jens Wiklander <jens.wiklander@linaro.org>
OK |
Reviewed-by: liushiwei liushiwei@eswincomputing.com