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.clump: Fix unchecked return value from lseek #4151

Merged
merged 7 commits into from
Sep 16, 2024

Conversation

ShubhamDesai
Copy link
Contributor

This pull request addresses the issue identified by coverity scan (CID : 1415709) [unchecked return value from library]
The checks are added for lseek.

@github-actions github-actions bot added raster Related to raster data processing C Related code is in C module labels Aug 7, 2024
raster/r.clump/clump.c Outdated Show resolved Hide resolved
@wenzeslaus wenzeslaus changed the title raster: fix unchecked return value from library r.clump: Fix unchecked return value from lseek Aug 7, 2024
Copy link
Member

@echoix echoix left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think the requested changes by @wenzeslaus and @nilason were addressed correctly. I think the PR is in good shape too, do any of you two can take a last look?

@nilason
Copy link
Contributor

nilason commented Aug 14, 2024

I think the requested changes by @wenzeslaus and @nilason were addressed correctly. I think the PR is in good shape too, do any of you two can take a last look?

Not quite yet. See #4151 (comment).

@neteler neteler added this to the 8.5.0 milestone Sep 10, 2024
@wenzeslaus wenzeslaus merged commit 7c27080 into OSGeo:main Sep 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.

5 participants