mbox series

[BlueZ,v2,0/3] fix errors found by SVACE static analyzer

Message ID 20240704090756.31351-1-r.smirnov@omp.ru
Headers show
Series fix errors found by SVACE static analyzer | expand

Message

Roman Smirnov July 4, 2024, 9:07 a.m. UTC
Several bug fixes.

Roman Smirnov (3):
  shared/vcp: prevent dereferencing of NULL pointers
  client/player: fix the order of args in cmd_register_endpoint()
  shared/gatt-client: add NULL check to discover_secondary_cb()

 client/player.c          |  2 +-
 src/shared/gatt-client.c |  4 +++-
 src/shared/vcp.c         | 20 ++++----------------
 3 files changed, 8 insertions(+), 18 deletions(-)

Comments

patchwork-bot+bluetooth@kernel.org July 10, 2024, 2:30 p.m. UTC | #1
Hello:

This series was applied to bluetooth/bluez.git (master)
by Luiz Augusto von Dentz <luiz.von.dentz@intel.com>:

On Thu, 4 Jul 2024 12:07:51 +0300 you wrote:
> Several bug fixes.
> 
> Roman Smirnov (3):
>   shared/vcp: prevent dereferencing of NULL pointers
>   client/player: fix the order of args in cmd_register_endpoint()
>   shared/gatt-client: add NULL check to discover_secondary_cb()
> 
> [...]

Here is the summary with links:
  - [BlueZ,v2,1/3] shared/vcp: prevent dereferencing of NULL pointers
    https://git.kernel.org/pub/scm/bluetooth/bluez.git/?id=7ffc08dd78d6
  - [BlueZ,v2,2/3] client/player: fix the order of args in cmd_register_endpoint()
    https://git.kernel.org/pub/scm/bluetooth/bluez.git/?id=cf3d80a01f1f
  - [BlueZ,v2,3/3] shared/gatt-client: add NULL check to discover_secondary_cb()
    https://git.kernel.org/pub/scm/bluetooth/bluez.git/?id=7a45038dc1e5

You are awesome, thank you!