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

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

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.

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.

2 participants