Skip to content
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

[BugFix]: Add ruturn value check for fs_unlink and ta_storage_cmd_unlink #743

Open
wants to merge 6 commits into
base: master
Choose a base branch
from

Conversation

XMPengYinjie
Copy link

[Desc]:

  1. check_storage_available should check fs_unlink's return value.
  2. ta_storage_cmd_unlink should't always return TEE_SUCCESS.

[Desc]:
1. check_storage_available should check fs_unlink's return value;
2. ta_storage_cmd_unlink should't always return TEE_SUCCESS;

Signed-off-by: pengyinjie <pengyinjie@xiaomi.com>
ta/storage/storage.c Outdated Show resolved Hide resolved
host/xtest/regression_6000.c Show resolved Hide resolved
XMPengYinjie and others added 2 commits May 14, 2024 11:23
[Desc]:
1. check_storage_available should check fs_unlink's return value;
2. ta_storage_cmd_unlink should't always return TEE_SUCCESS;

Signed-off-by: pengyinjie <pengyinjie@xiaomi.com>
@jenswi-linaro
Copy link
Contributor

Please squash all the changes into one commit.

ta/storage/storage.c Outdated Show resolved Hide resolved
[Desc]:
1. check_storage_available should check fs_unlink's return value;
2. ta_storage_cmd_unlink should't always return TEE_SUCCESS;

Signed-off-by: pengyinjie <pengyinjie@xiaomi.com>
[Desc]:
1. check_storage_available should check fs_unlink's return value;
2. ta_storage_cmd_unlink should't always return TEE_SUCCESS;

Signed-off-by: pengyinjie <pengyinjie@xiaomi.com>
[Desc]:
1. check_storage_available should check fs_unlink's return value;
2. ta_storage_cmd_unlink should't always return TEE_SUCCESS;

Signed-off-by: pengyinjie <pengyinjie@xiaomi.com>
@XMPengYinjie
Copy link
Author

XMPengYinjie commented May 16, 2024

Please squash all the changes into one commit.

Do I need create a new RP when this RP finished?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants