mbox series

[BlueZ,v1,0/5] fix errors found by SVACE static analyzer #2

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

Message

Roman Smirnov July 4, 2024, 6:07 p.m. UTC
Several bug fixes.

Roman Smirnov (5):
  obexd: add NULL checks to file_stat_line()
  shared/shell: prevent integer overflow in bt_shell_init()
  tools/isotest: limit the maximum possible data_size
  tools/rctest: limit the maximum possible data_size
  settings: add NULL checks to gatt_db_load()

 obexd/plugins/filesystem.c | 14 +++++++++++---
 src/settings.c             |  4 ++--
 src/shared/shell.c         |  2 +-
 tools/isotest.c            |  4 +++-
 tools/rctest.c             |  5 ++++-
 5 files changed, 21 insertions(+), 8 deletions(-)

Comments

patchwork-bot+bluetooth@kernel.org July 8, 2024, 2:50 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 21:07:45 +0300 you wrote:
> Several bug fixes.
> 
> Roman Smirnov (5):
>   obexd: add NULL checks to file_stat_line()
>   shared/shell: prevent integer overflow in bt_shell_init()
>   tools/isotest: limit the maximum possible data_size
>   tools/rctest: limit the maximum possible data_size
>   settings: add NULL checks to gatt_db_load()
> 
> [...]

Here is the summary with links:
  - [BlueZ,v1,1/5] obexd: add NULL checks to file_stat_line()
    https://git.kernel.org/pub/scm/bluetooth/bluez.git/?id=0fda2dd545fc
  - [BlueZ,v1,2/5] shared/shell: prevent integer overflow in bt_shell_init()
    (no matching commit)
  - [BlueZ,v1,3/5] tools/isotest: limit the maximum possible data_size
    https://git.kernel.org/pub/scm/bluetooth/bluez.git/?id=c389209ce455
  - [BlueZ,v1,4/5] tools/rctest: limit the maximum possible data_size
    https://git.kernel.org/pub/scm/bluetooth/bluez.git/?id=8e495f00cded
  - [BlueZ,v1,5/5] settings: add NULL checks to gatt_db_load()
    https://git.kernel.org/pub/scm/bluetooth/bluez.git/?id=804696dee795

You are awesome, thank you!