Skip to content
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

RDKB-51891:Observed "OneWifi" crash with with Fingerprint:61377904 #171

Merged
merged 1 commit into from
Oct 18, 2023

Conversation

NetajiPanigrahi
Copy link
Contributor

Reason for change: In rbusEvent_SubscribeWithRetries, using subInternal is not mutex protected. AS a result, when unsubscription occur at the same time and it removed subInternal from the List leads to crash. Using subInternal under mutex protection to avoid crash.

Signed-off-by: Netaji Panigrahi [email protected]

Reason for change: In rbusEvent_SubscribeWithRetries, using subInternal is not mutex protected.As a result,
when unsubscription occur at the same time and it removed subInternal from the List leads to crash.
Using subInternal under mutex protection to avoid crash.

Signed-off-by: Netaji Panigrahi [email protected]
@karuna2git karuna2git merged commit 6508765 into rdkcentral:main Oct 18, 2023
1 check passed
karuna2git pushed a commit that referenced this pull request Nov 9, 2023
)

Reason for change: In rbusEvent_SubscribeWithRetries, using subInternal is not mutex protected.As a result,
when unsubscription occur at the same time and it removed subInternal from the List leads to crash.
Using subInternal under mutex protection to avoid crash.

Signed-off-by: Netaji Panigrahi [email protected]
@NetajiPanigrahi NetajiPanigrahi deleted the RDKB-51891 branch July 9, 2024 05:28
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