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
The CallSite could be an indirect call. Under this case, the variable callee would be null and will be dereferenced at line 456. Thanks!
CallSite
callee
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Location
Description
The
![image](https://private-user-images.githubusercontent.com/93390595/246364962-6b76d485-2886-4ef1-be42-70fd5733f2fc.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3Mzk1NjgxMjYsIm5iZiI6MTczOTU2NzgyNiwicGF0aCI6Ii85MzM5MDU5NS8yNDYzNjQ5NjItNmI3NmQ0ODUtMjg4Ni00ZWYxLWJlNDItNzBmZDU3MzNmMmZjLnBuZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNTAyMTQlMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjUwMjE0VDIxMTcwNlomWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPTc3MjY4ODZkNTFmZTMwNTJmOTJkNjUzYzU3MWJiZTM5MzNlOWE1M2U0MjkxYzQ5ZDZmZTkwMGE0MzMxNzdmN2YmWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0In0.pvtaEfudr9BrNFFy1kr4m47Oq0kW_2EMajxErSSK7o4)
CallSite
could be an indirect call. Under this case, the variablecallee
would be null and will be dereferenced at line 456. Thanks!The text was updated successfully, but these errors were encountered: