mbox series

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

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

Message

Roman Smirnov July 9, 2024, 2:34 p.m. UTC
Several bug fixes.

Roman Smirnov (4):
  health: mcap: add checks for NULL mcap_notify_error()
  shared: prevent dereferencing of NULL pointers
  settings: limit string size in load_service()
  settings: limit string size in gatt_db_load()

 profiles/health/mcap.c |  9 +++++++++
 src/settings.c         |  6 +++---
 src/shared/micp.c      |  4 ++++
 src/shared/vcp.c       | 12 ++++++++++++
 4 files changed, 28 insertions(+), 3 deletions(-)

Comments

patchwork-bot+bluetooth@kernel.org July 9, 2024, 7:03 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 Tue, 9 Jul 2024 17:34:59 +0300 you wrote:
> Several bug fixes.
> 
> Roman Smirnov (4):
>   health: mcap: add checks for NULL mcap_notify_error()
>   shared: prevent dereferencing of NULL pointers
>   settings: limit string size in load_service()
>   settings: limit string size in gatt_db_load()
> 
> [...]

Here is the summary with links:
  - [BlueZ,v2,1/4] health: mcap: add checks for NULL mcap_notify_error()
    https://git.kernel.org/pub/scm/bluetooth/bluez.git/?id=aa6063aa6695
  - [BlueZ,v2,2/4] shared: prevent dereferencing of NULL pointers
    https://git.kernel.org/pub/scm/bluetooth/bluez.git/?id=11dcc9bf0dba
  - [BlueZ,v2,3/4] settings: limit string size in load_service()
    https://git.kernel.org/pub/scm/bluetooth/bluez.git/?id=755091581336
  - [BlueZ,v2,4/4] settings: limit string size in gatt_db_load()
    https://git.kernel.org/pub/scm/bluetooth/bluez.git/?id=4ca662fcea16

You are awesome, thank you!