14 defects fixed, and 1 error check added. Let me know whether there's any problems with the implementation, I'm thinking in particular of the avdtp changes which are pretty invasive. Cheers Bastien Nocera (9): rctest: Fix possible overrun mgmt-tester: Fix buffer overrun l2test: Add missing error checking rfkill: Avoid using a signed int for an unsigned variable shared/mainloop: Fix integer overflow sdp: Fix ineffective error guard obexd: Fix buffer overrun bap: Fix more memory leaks on error avdtp: Fix manipulating struct as an array gobex/gobex.c | 2 +- lib/sdp.c | 8 ++++---- profiles/audio/avdtp.c | 33 ++++++++++++++++++++++----------- profiles/audio/bap.c | 5 ++++- src/rfkill.c | 2 +- src/shared/mainloop-notify.c | 3 ++- tools/l2test.c | 5 +++++ tools/mgmt-tester.c | 2 +- tools/rctest.c | 3 ++- 9 files changed, 42 insertions(+), 21 deletions(-) -- 2.45.1