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

libcsf: address (false positive) Coverity warnings #11346

Merged
merged 1 commit into from
Nov 26, 2024

Conversation

rouault
Copy link
Member

@rouault rouault commented Nov 24, 2024

Coverity Scan has false positives about calls to CsfGetAttrIndex() that might return NR_ATTR_IN_BLOCK whereas they can not. Adding a CsfGetAttrBlockAndIdx() function that returns both the block and index should make it happy.

@kordejong can you double check that?

Coverity Scan has false positives about calls to CsfGetAttrIndex() that
might return NR_ATTR_IN_BLOCK whereas they can not. Adding a
CsfGetAttrBlockAndIdx() function that returns both the block and index
should make it happy.
@kordejong
Copy link

Hi Even. Thanks for your patch. My colleague Oliver Schmitz (@OliverSchmitz) will have a look at it. He is the principle maintainer of PCRaster. CSF is PCRaster's native raster format.

@OliverSchmitz
Copy link

Hello Even, the modifications look reasonable. I also checked them with our PCRaster builds, all tests pass. Should be fine to merge

@rouault rouault merged commit 9658a9c into OSGeo:master Nov 26, 2024
36 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants