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

Potential missing check for null for a call to singlylinkedlist_item_get_value #431

Open
szsam opened this issue Mar 28, 2023 · 0 comments

Comments

@szsam
Copy link
Contributor

szsam commented Mar 28, 2023

The result of this call to singlylinkedlist_item_get_value is not checked for null, but 97% of calls to singlylinkedlist_item_get_value check for null.

OPERATION_MESSAGE_INSTANCE* pending_operation_message = (OPERATION_MESSAGE_INSTANCE*)singlylinkedlist_item_get_value(pending_operation_list_item_handle);

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

No branches or pull requests

1 participant