Re: [PATCH v3 0/2] tty: rfcomm: refactor rfcomm_get_dev_list() function

2024-05-20 Thread patchwork-bot+bluetooth
Hello: This series was applied to bluetooth/bluetooth-next.git (master) by Luiz Augusto von Dentz : On Fri, 17 May 2024 19:21:48 +0200 you wrote: > This is an effort to get rid of all multiplications from allocation > functions in order to prevent integer overflows [1][2]. > > As the "dl" variab

[PATCH v3 0/2] tty: rfcomm: refactor rfcomm_get_dev_list() function

2024-05-17 Thread Erick Archer
This is an effort to get rid of all multiplications from allocation functions in order to prevent integer overflows [1][2]. As the "dl" variable is a pointer to "struct rfcomm_dev_list_req" and this structure ends in a flexible array: struct rfcomm_dev_list_req { [...] struct rf