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

Bug: validation of handle with NULL is missing in some L1 & L2 test cases #35

Open
srinivasgtl opened this issue Feb 23, 2025 · 0 comments
Assignees
Labels
bug Something isn't working

Comments

@srinivasgtl
Copy link

Problem/Opportunity

Check for the L1 and L2 test cases where handle is not validated with NULL. As this happened in few modules, its better to have a check on all the modules and fix them.

Steps to reproduce

This is a validation check and first we need to go through the code and do the visual analysis.

Expected Behavior

handle should be validated with NULL for each test case
UT_ASSERT_NOT_EQUAL_FATAL(handle, 0)

Actual Behavior

All NULL exceptions should be handled correctly.

Notes (Optional)

No response

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
Status: Todo
Development

No branches or pull requests

2 participants