8000 Dereference null return value, steplist.java · Issue #548 · teragrep/pth_10 · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Dereference null return value, steplist.java #548

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

Open
Abigael-JT opened this issue Mar 21, 2025 · 1 comment
Open

Dereference null return value, steplist.java #548

Abigael-JT opened this issue Mar 21, 2025 · 1 comment
Labels
bug Something isn't working Coverity Static Application Security Testing, for GitHub build defects

Comments

@Abigael-JT
Copy link
Contributor

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):

  • OS:
  • Browser:
  • Version:

Additional context

Coverity Scan: CID 443497, CID 443492, CID 443485

@Abigael-JT Abigael-JT added bug Something isn't working Coverity Static Application Security Testing, for GitHub build defects labels Mar 21, 2025
@Abigael-JT
Copy link
Contributor Author
Abigael-JT commented Apr 29, 2025

AbstractStep should be refactored first so that get method does not return nulls #566

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working Coverity Static Application Security Testing, for GitHub build defects
Projects
None yet
Development

No branches or pull requests

1 participant
0