You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Pay attention to the line 1565 where nt pointer is first used and the line 1590 where it is checked against nullptr. Null pointer dereference is possible.
Thanks for providing us with stable and useful software!
Have a nice day :)
Hello. I have just examined the code with PVS studio static analyzer. The code is pretty clean. However, suspicious place was found:
mate-notification-daemon/src/daemon/daemon.c
Lines 1565 to 1590 in c586fe5
Pay attention to the line 1565 where nt pointer is first used and the line 1590 where it is checked against nullptr. Null pointer dereference is possible.
Thanks for providing us with stable and useful software!
Have a nice day :)
Want to back this issue? Post a bounty on it! We accept bounties via Bountysource.
The text was updated successfully, but these errors were encountered: