-
Notifications
You must be signed in to change notification settings - Fork 4.8k
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
Fix static-analysys issue in frame_holder #12195
Fix static-analysys issue in frame_holder #12195
Conversation
When fixing Coverity issues, please mention the issue IDs that are being addressed. |
The PR was not ready for review - I waiting for results from Coverity... |
src/sync.cpp
Outdated
@@ -732,6 +732,9 @@ namespace librealsense | |||
if (!composite) | |||
{ | |||
std::vector<frame_holder> match; | |||
std::stringstream error_message_holder; | |||
error_message_holder << f; // Saving frame holder string before moving frame |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please rename to frame_string_for_logging
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I assume it is done?
@Tamir91 when you update according to a comment please add a "Done" comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I assume it is done? @Tamir91 when you update according to a comment please add a "Done" comment
Yes, I talked with Ohad offline about changes...
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks great
Handle Coverity issues:
3413352 - Using moving object