https://bugzilla.kernel.org/show_bug.cgi?id=202213 --- Comment #9 from Luiz Von Dentz (luiz.dentz@xxxxxxxxx) --- (In reply to Martin Liška from comment #8) > But similar happens in following failing tests with -fsanitize=address: > > FAIL: unit/test-avdtp > FAIL: unit/test-avctp > FAIL: unit/test-avrcp > FAIL: unit/test-hfp > FAIL: unit/test-gatt > FAIL: unit/test-hog > > can you please prepare a patch where you'll factor out macros like > #define raw_pdu(args...) into a header file? > > Thanks. Im fixing that, though it is not possible to have it in a common header because the PDUs are different in each case. Btw, does define_test_de_attr really needs to be changed? There is no intermediate variable like in define_test so the variable should not go out of scope since it is static. -- You are receiving this mail because: You are the assignee for the bug.