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

r.in.gridatb: Dereference before null check #4532

Merged
merged 1 commit into from
Oct 16, 2024

Conversation

ShubhamDesai
Copy link
Contributor

The pull request addresses the issue identified by coverity scan (CID: 1208191)
fp = fopen(file, "r");
The fopen might fail in that case it will already be null.

@github-actions github-actions bot added raster Related to raster data processing C Related code is in C module labels Oct 15, 2024
@nilason nilason modified the milestone: 8.5.0 Oct 16, 2024
@nilason nilason merged commit 2415894 into OSGeo:main Oct 16, 2024
26 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
C Related code is in C module raster Related to raster data processing
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants