Skip to content

Release 1.6.4 #188

Merged
shibu-kv merged 13 commits intomainfrom
release/1.6.4
Oct 6, 2025
Merged

Release 1.6.4 #188
shibu-kv merged 13 commits intomainfrom
release/1.6.4

Conversation

@shibu-kv
Copy link
Contributor

@shibu-kv shibu-kv commented Oct 6, 2025

Correct libcurl SSL api usage that could be reasons for elevated crashes to openssl api calls.

rdkcmf-jenkins and others added 13 commits June 24, 2025 15:08
Reason for Change: Prevent signal handlers from being preempted; serialize handling for signals 10 and 12 to avoid concurrent execution.
Test Procedure: Aggressively simulate report uploads and verify that no crashes occur.
Risks: Medium
Priority: P1
Deploy fossid_integration_stateless_diffscan_target_repo action
RDK-59059: Additional L1 tests for better coverage

Signed-off-by: PriyaDharshini_Kathiravan <priyakathiravan05@gmail.com>
Co-authored-by: aadroj583 <Ankur_Adroja@comcast.com>
@shibu-kv shibu-kv requested a review from a team as a code owner October 6, 2025 17:20
@rdkcmf-jenkins
Copy link
Contributor

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:732

@shibu-kv shibu-kv merged commit 0d73470 into main Oct 6, 2025
14 of 18 checks passed
@github-actions github-actions bot locked and limited conversation to collaborators Oct 6, 2025
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

6 participants