Branch: refs/heads/master Home: https://github.com/bluez/bluez Commit: 6f8b3544b95e21c46521ba071d16fb4ac10ae5d8 https://github.com/bluez/bluez/commit/6f8b3544b95e21c46521ba071d16fb4ac10ae5d8 Author: Luiz Augusto von Dentz <luiz.von.dentz@xxxxxxxxx> Date: 2023-01-13 (Fri, 13 Jan 2023) Changed paths: M src/shared/bap.c Log Message: ----------- shared/bap: Fix scan-build warning This fixes the following warning: src/shared/bap.c:2268:26: warning: Access to field 'iov_len' results in a dereference of a null pointer (loaded from variable 'cont') return iov_append(data, cont->iov_len, cont->iov_base); ^~~~~~~~~~~~~ Commit: fd893fdd814e36119a3d71a2103bd7dc359a9f75 https://github.com/bluez/bluez/commit/fd893fdd814e36119a3d71a2103bd7dc359a9f75 Author: Abhay Maheta <abhay.maheshbhai.maheta@xxxxxxxxx> Date: 2023-01-13 (Fri, 13 Jan 2023) Changed paths: M src/shared/bap.c Log Message: ----------- shared/bap: Fixing Company ID, Vendor ID and Metadata handling This fixes Company ID, Vendor Codec ID and metadata storing PAC record. Compare: https://github.com/bluez/bluez/compare/c18e3bf92e04...fd893fdd814e