-
Notifications
You must be signed in to change notification settings - Fork 36
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
RDKB-51891:Observed "OneWifi" crash with with Fingerprint:61377904 (#171
) 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]
- Loading branch information
1 parent
1a869fb
commit 6508765
Showing
1 changed file
with
63 additions
and
44 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters