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

optee-utee: Add a new function is_null_object to TransientObject #142

Merged
merged 1 commit into from
Sep 18, 2024

Conversation

x1a0b0
Copy link

@x1a0b0 x1a0b0 commented Sep 13, 2024

Add a new function is_null_object to TransientObject, it checks if the underlying ObjectHandle was created from null pointer.

The possible use case is do safey check before read or write.

@x1a0b0 x1a0b0 marked this pull request as ready for review September 13, 2024 04:24
@x1a0b0 x1a0b0 changed the title optee-utee: Add method to check if TransientObject is created with nu… optee-utee: Add a new function is_null_object to TransientObject Sep 13, 2024
@DemesneGH DemesneGH merged commit 3177d4f into apache:no-std Sep 18, 2024
3 of 5 checks passed
@DemesneGH
Copy link
Contributor

Merged, thanks!

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.

2 participants