We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
There is a possible derefernce of NULL here:
nss-pam-ldapd/nslcd/passwd.c
Line 328 in b7841fc
dn2uid
Lines 295 to 297 in b7841fc
Found by Linux Verification Center (portal.linuxtesting.ru) with SVACE. Author A. Voronin.
The text was updated successfully, but these errors were encountered:
91bb8c9
Thanks for pointing this out. It has been fixed in 91bb8c9. It should only be possible to trigger this if a call to malloc() failed.
malloc()
Sorry, something went wrong.
No branches or pull requests
There is a possible derefernce of NULL here:
nss-pam-ldapd/nslcd/passwd.c
Line 328 in b7841fc
The pointer
dn2uid
is checked here and we don't do anything after this block if the memory has not been allocated:nss-pam-ldapd/nslcd/passwd.c
Lines 295 to 297 in b7841fc
Found by Linux Verification Center (portal.linuxtesting.ru) with SVACE.
Author A. Voronin.
The text was updated successfully, but these errors were encountered: