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

Bluetooth: controller: Various coverity related fixes #35426

Merged
merged 3 commits into from
May 19, 2021

Commits on May 19, 2021

  1. Bluetooth: controller: Fix side effect in assertion

    Fix side effect in assertion when checking a volatile
    variable inside assert check.
    
    Fixes zephyrproject-rtos#32904, zephyrproject-rtos#32923.
    
    Signed-off-by: Vinayak Kariappa Chettimada <[email protected]>
    cvinayak committed May 19, 2021
    Configuration menu
    Copy the full SHA
    21d616c View commit details
    Browse the repository at this point in the history
  2. Bluetooth: controller: Explicitly ignore return value

    Explicitly ignore return value from call to mayfly_enqueue.
    
    Fixes zephyrproject-rtos#32917, zephyrproject-rtos#32961.
    
    Signed-off-by: Vinayak Kariappa Chettimada <[email protected]>
    cvinayak committed May 19, 2021
    Configuration menu
    Copy the full SHA
    b6c822f View commit details
    Browse the repository at this point in the history
  3. Bluetooth: controller: Avoid deferencing null return value

    Add assert check to avoid deferencing null return value by
    ull_adv_set_get() function.
    
    Fixes zephyrproject-rtos#35347.
    
    Signed-off-by: Vinayak Kariappa Chettimada <[email protected]>
    cvinayak committed May 19, 2021
    Configuration menu
    Copy the full SHA
    e716b30 View commit details
    Browse the repository at this point in the history