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

Possible null dereference #478

Open
VoroninArtemii opened this issue Jul 31, 2024 · 0 comments
Open

Possible null dereference #478

VoroninArtemii opened this issue Jul 31, 2024 · 0 comments

Comments

@VoroninArtemii
Copy link

There is a possible null dereference in this line.


We check the variable callback before it but only write it to the logs if callback is NULL.
g_warn_if_fail (callback != NULL);

Found by Linux Verification Center (portal.linuxtesting.ru) with SVACE.
Author A. Voronin.

bluca added a commit to bluca/polkit that referenced this issue Aug 9, 2024
bluca added a commit to bluca/polkit that referenced this issue Aug 23, 2024
bluca added a commit to bluca/polkit that referenced this issue Sep 4, 2024
bluca added a commit to bluca/polkit that referenced this issue Sep 30, 2024
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