Branch: refs/heads/master Home: https://github.com/bluez/bluez Commit: 3a2d3b31a3b5a7eeb45952ce880ca58c93b985bb https://github.com/bluez/bluez/commit/3a2d3b31a3b5a7eeb45952ce880ca58c93b985bb Author: Luiz Augusto von Dentz <luiz.von.dentz@xxxxxxxxx> Date: 2023-11-29 (Wed, 29 Nov 2023) Changed paths: M unit/test-micp.c Log Message: ----------- test-micp: Fix endianness error On big endian the followin error can be observed: MICP/CL/CGGIT/SER/BV-01-C - init MICP/CL/CGGIT/SER/BV-01-C - setup MICP/CL/CGGIT/SER/BV-01-C - setup complete MICP/CL/CGGIT/SER/BV-01-C - run micp_write_value handle: 3 ** ERROR:src/shared/tester.c:954:test_io_recv: assertion failed: (memcmp(buf, iov->iov_base, len) == 0) Bail out! ERROR:src/shared/tester.c:954:test_io_recv: assertion failed: (memcmp(buf, iov->iov_base, len) == 0) Aborted Commit: 4db4d5fa1c4fefcf3ec7f161a4c7164df0195ed7 https://github.com/bluez/bluez/commit/4db4d5fa1c4fefcf3ec7f161a4c7164df0195ed7 Author: Luiz Augusto von Dentz <luiz.von.dentz@xxxxxxxxx> Date: 2023-11-29 (Wed, 29 Nov 2023) Changed paths: M src/shared/vcp.c Log Message: ----------- shared/vcp: Fix endianness errors On big endian the followin error can be observed: VOCS/SR/SGGIT/CHA/BV-02-C - init VOCS/SR/SGGIT/CHA/BV-02-C - setup VOCS/SR/SGGIT/CHA/BV-02-C - setup complete VOCS/SR/SGGIT/CHA/BV-02-C - run ** ERROR:src/shared/tester.c:954:test_io_recv: assertion failed: (memcmp(buf, iov->iov_base, len) == 0) Bail out! ERROR:src/shared/tester.c:954:test_io_recv: assertion failed: (memcmp(buf, iov->iov_base, len) == 0) Aborted Compare: https://github.com/bluez/bluez/compare/bd5342fdf46a...4db4d5fa1c4f