Skip to content

Fix coverity issues#420

Closed
dsengupta0628 wants to merge 2 commits into
parallaxsw:masterfrom
dsengupta0628:fix_coverity
Closed

Fix coverity issues#420
dsengupta0628 wants to merge 2 commits into
parallaxsw:masterfrom
dsengupta0628:fix_coverity

Conversation

@dsengupta0628

Copy link
Copy Markdown
Contributor

Summary of changes- all Coverity complaints so far. I will monitor for more too. Thanks!

coverity

Signed-off-by: dsengupta0628 <dsengupta@precisioninno.com>
@dsengupta0628

Copy link
Copy Markdown
Contributor Author

Should address the issue #417

Signed-off-by: dsengupta0628 <dsengupta@precisioninno.com>
@parallaxsw

Copy link
Copy Markdown
Owner

When I made the switch to std::string I did a bunch of research and went back and forth, but in the end I converged on mostly using std::string_view for args and not inserting std::move's all over the place. I cannot run coverity (it takes them something like 6 days to approve a request), but I pushed some changes that are an alternative to some of these changes.

@dsengupta0628

Copy link
Copy Markdown
Contributor Author

Yes majority of these are the std::move related and thanks for fixing changes in these two files. I will merge them and reupload with whatever is remaining (currently as expected I have some merge conflicts anyways).

@dsengupta0628

Copy link
Copy Markdown
Contributor Author

Most have been taken care of. Thanks

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