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

Address some Static Analysis Issues #519 #521

Merged
merged 4 commits into from
Sep 18, 2024

Fixed deref without null check.

c0eae3c
Select commit
Loading
Failed to load commit list.
Merged

Address some Static Analysis Issues #519 #521

Fixed deref without null check.
c0eae3c
Select commit
Loading
Failed to load commit list.
DCO-2 / DCO succeeded Sep 15, 2024 in 1s

Check passed!

All commits are signed off, the check passed.

Summary


Sha Message Pass or fail reason
🟢 c0c0104 Fix various static analysis issues. Valid sign-off found
🟢 e17e84b Fix Dereference before null check. Valid sign-off found
🟢 afc0af6 Fix Dereference before null check. Valid sign-off found
🟢 c0eae3c Fixed deref without null check. Valid sign-off found