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

Last batch of fixes from the Klocwork scan #3631

Merged
merged 1 commit into from
Jun 23, 2021
Merged

Conversation

michaelbeale-IL
Copy link
Collaborator

@michaelbeale-IL michaelbeale-IL commented Jun 23, 2021

n Indexer::SplitLargestDim() I return nullptr if the two error conditions are true (there are two log messages early that do input validation
In NumpyArray::Load I added an assert if fp is null after the fopen
In NumpyArray::Save I return if fp is null after the fopen
in BallPivotingVertexPtr FindCandidateVertex I assert if opp is a nullptr
in io::WritePointCloud I return if fp is null after fopen


This change is Reviewable

n Indexer::SplitLargestDim() I return nullptr if the two error conditions are true (there are two log messages early that do input validation
	In NumpyArray::Load I added an assert if fp is null after the fopen
	In NumpyArray::Save I return if fp is null after the fopen
	in BallPivotingVertexPtr FindCandidateVertex I assert if opp is a nullptr
	in io::WritePointCloud I return if fp is null after fopen
@update-docs
Copy link

update-docs bot commented Jun 23, 2021

Thanks for submitting this pull request! The maintainers of this repository would appreciate if you could update the CHANGELOG.md based on your changes.

@germanros1987 germanros1987 requested a review from yxlao June 23, 2021 18:15
@germanros1987 germanros1987 merged commit 24ad946 into master Jun 23, 2021
@yxlao yxlao deleted the klockwork-fixes branch December 24, 2021 09:53
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