8000 Dereference after null check in TransformStatement class · Issue #544 · teragrep/pth_10 · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Dereference after null check in TransformStatement class #544

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 17, 2025 · 0 comments · May be fixed by #567
Open

Dereference after null check in TransformStatement class #544

Abigael-JT opened this issue Mar 17, 2025 · 0 comments · May be fixed by #567
Assignees
Labels
bug Something isn't working Coverity Static Application Security Testing, for GitHub build defects

Comments

@Abigael-JT
Copy link
Contributor

Describe the bug

  • Null check on leftTree implies that leftTree might be null.
  • Passing null pointer leftTree to visit, which dereferences it.

Expected behavior

How to reproduce

Screenshots

Software version

Desktop (please complete the following information if relevant):

  • OS:
  • Browser:
  • Version:

Additional context

Coverity scan: CID 443508:

@Abigael-JT Abigael-JT added bug Something isn't working Coverity Static Application Security Testing, for GitHub build defects labels Mar 17, 2025
@Abigael-JT Abigael-JT linked a pull request Apr 22, 2025 that will close this issue
33 tasks
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

Successfully merging a pull request may close this issue.

2 participants
2A82
0