mbox series

[BlueZ,v2,0/5] fix error found by SVACE static analyzer #2

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

Message

Roman Smirnov July 5, 2024, 7:57 a.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 Fri, 5 Jul 2024 10:57:02 +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,v2,1/5] obexd: add NULL checks to file_stat_line()
    https://git.kernel.org/pub/scm/bluetooth/bluez.git/?id=0fda2dd545fc
  - [BlueZ,v2,2/5] shared/shell: prevent integer overflow in bt_shell_init()
    https://git.kernel.org/pub/scm/bluetooth/bluez.git/?id=85d98aecd6a9
  - [BlueZ,v2,3/5] tools/isotest: limit the maximum possible data_size
    https://git.kernel.org/pub/scm/bluetooth/bluez.git/?id=c389209ce455
  - [BlueZ,v2,4/5] tools/rctest: limit the maximum possible data_size
    https://git.kernel.org/pub/scm/bluetooth/bluez.git/?id=8e495f00cded
  - [BlueZ,v2,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!