Skip to content

Some Coverity issues fixed #13347

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

Merged
merged 2 commits into from
Sep 15, 2024
Merged

Conversation

OhadMeir
Copy link
Contributor

Tracked on [RSDEV-2470]

@OhadMeir OhadMeir requested a review from Nir-Az September 15, 2024 10:05
@@ -380,7 +380,8 @@ void playback_device::resume()
return;

auto total_duration = m_reader->query_duration();
if (m_last_published_timestamp >= total_duration)
std::lock_guard< std::mutex > locker( m_last_published_timestamp_mutex );
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Do we want to wrap with {} to minimize the section?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

OK, I will wrap it

@Nir-Az
Copy link
Collaborator

Nir-Az commented Sep 15, 2024

Also need to verify if the failed test is related or not

@OhadMeir
Copy link
Contributor Author

Also need to verify if the failed test is related or not

Not related. Ran the CI build again and it have passed.

@OhadMeir OhadMeir merged commit 618d88f into IntelRealSense:development Sep 15, 2024
20 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.

2 participants