8000
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
Describe the bug
Dereferencing a pointer that might be null ds when calling get. ds = step.get(ds); Assigning: ds = null return value from get.
Expected behavior
How to reproduce
Screenshots
Software version
Desktop (please complete the following information if relevant):
Additional context
Coverity Scan: CID 443497, CID 443492, CID 443485
The text was updated successfully, but these errors were encountered:
AbstractStep should be refactored first so that get method does not return nulls #566
Sorry, something went wrong.
No branches or pull requests
Describe the bug
Dereferencing a pointer that might be null ds when calling get.
ds = step.get(ds);
Assigning: ds = null return value from get.
Expected behavior
How to reproduce
Screenshots
Software version
Desktop (please complete the following information if relevant):
Additional context
Coverity Scan: CID 443497, CID 443492, CID 443485
The text was updated successfully, but these errors were encountered: