Message ID | 20240705085935.1255725-1-hadess@hadess.net (mailing list archive) |
---|---|
Headers | show |
Series | Fix a number of static analysis issues #5 | expand |
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:28 +0200 you wrote: > Fixed review comments in: > gatt-server: Don't allocate negative data > shared/shell: Free memory allocated by wordexp() > tools/mesh: Fix integer overflow due to cast operation > > Bastien Nocera (11): > gatt-server: Don't allocate negative data > shared/shell: Free memory allocated by wordexp() > shared/shell: Fix fd leak if -s is passed multiple times > btsnoop: Fix possible negative memcpy length > sdp: Fix possible null dereference > sdp: Fix mismatched int casting > emulator: Fix integer truncation warnings > gatt-server: Fix integer overflow due to cast operation > mesh: Fix integer overflow due to cast operation > tools/mesh: Fix integer overflow due to cast operation > unit/ringbuf: Fix ineffective guard due to signedness > > [...] Here is the summary with links: - [BlueZ,v2,01/11] gatt-server: Don't allocate negative data (no matching commit) - [BlueZ,v2,02/11] shared/shell: Free memory allocated by wordexp() (no matching commit) - [BlueZ,v2,03/11] shared/shell: Fix fd leak if -s is passed multiple times (no matching commit) - [BlueZ,v2,04/11] btsnoop: Fix possible negative memcpy length https://git.kernel.org/pub/scm/bluetooth/bluez.git/?id=8de21f74c5f3 - [BlueZ,v2,05/11] sdp: Fix possible null dereference https://git.kernel.org/pub/scm/bluetooth/bluez.git/?id=0de4b9f71eb9 - [BlueZ,v2,06/11] sdp: Fix mismatched int casting https://git.kernel.org/pub/scm/bluetooth/bluez.git/?id=0b52ecca60ea - [BlueZ,v2,07/11] emulator: Fix integer truncation warnings https://git.kernel.org/pub/scm/bluetooth/bluez.git/?id=1d73dc6a1a9a - [BlueZ,v2,08/11] gatt-server: Fix integer overflow due to cast operation (no matching commit) - [BlueZ,v2,09/11] mesh: Fix integer overflow due to cast operation https://git.kernel.org/pub/scm/bluetooth/bluez.git/?id=249d2120bd90 - [BlueZ,v2,10/11] tools/mesh: Fix integer overflow due to cast operation (no matching commit) - [BlueZ,v2,11/11] unit/ringbuf: Fix ineffective guard due to signedness https://git.kernel.org/pub/scm/bluetooth/bluez.git/?id=c44a2a233d1b You are awesome, thank you!