Skip to content

RDKB-59420: Minor update to Previous Logs lookup feature#64

Merged
shibu-kv merged 1 commit intodevelopfrom
topic/RDKB-59420
Apr 10, 2025
Merged

RDKB-59420: Minor update to Previous Logs lookup feature#64
shibu-kv merged 1 commit intodevelopfrom
topic/RDKB-59420

Conversation

@shivabhaskar
Copy link
Copy Markdown
Contributor

Reason for change: Fix syntax error and logic to report generation during previous seek
Test Procedure: There should not be any regression.
Risks: Low

@shivabhaskar shivabhaskar requested a review from a team April 10, 2025 12:29
@CLAassistant
Copy link
Copy Markdown

CLAassistant commented Apr 10, 2025

CLA assistant check
All committers have signed the CLA.

@rdkcmf-jenkins
Copy link
Copy Markdown
Contributor

rdkcmf-jenkins commented Apr 10, 2025

Coverity Issue - Check of thread-shared field evades lock acquisition

Thread1 sets "initialized" to a new value. Now the two threads have an inconsistent view of "initialized" and updates to fields correlated with "initialized" may be lost.

High Impact, CWE-543
LOCK_EVASION

How to fix

Guard the modification of "initialized" and the read used to decide whether to modify "initialized" with the same set of locks.

Issue location

This issue was discovered outside the diff for this Pull Request. You can find it at:
source/bulkdata/profilexconf.c:690

Reason for change: Fix syntax error and logic to report generation during previous seek
Test Procedure: There should not be any regression.
Risks: Low
@shibu-kv shibu-kv merged commit 94de6f5 into develop Apr 10, 2025
7 of 9 checks passed
@shibu-kv shibu-kv deleted the topic/RDKB-59420 branch May 1, 2025 20:30
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.

4 participants