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

Fixing uninitialized variable coverity issue #179

Commits on Sep 17, 2024

  1. Fixing uninitialized variable coverity issue

    has_died_ is not initialized in the constructor nor
    in any functions that it calls
    
    Initialized has_died_ in constructor
    
    Tested:
    BT on/off --> 10 times
    Connect phone, play music -> 10 times
    HFP call --> 10 times
    File transfer -> working
    CtsBluetoothTestCases -> passing
    
    Tracked-On: OAM-123193
    Signed-off-by: devath1x <[email protected]>
    Signed-off-by: Gowtham Anandha Babu <[email protected]>
    devath1x committed Sep 17, 2024
    Configuration menu
    Copy the full SHA
    db64ce9 View commit details
    Browse the repository at this point in the history