Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit be342094 authored by Atanas Kirilov's avatar Atanas Kirilov Committed by android-build-merger
Browse files

Merge "RESTRICT AUTOMERGE: Fixes two bluetooth bugs causing remote overreads...

Merge "RESTRICT AUTOMERGE: Fixes two bluetooth bugs causing remote overreads (1/2)" into oc-dev am: c138d5ed
am: 7f1e3619

Change-Id: I5a765b1c957e29160b70ed17232ea24b859f9931
parents 56be4250 7f1e3619
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -357,7 +357,7 @@ static void sdp_copy_raw_data(tCONN_CB* p_ccb, bool offset) {
      type = *p++;
      p = sdpu_get_len_from_type(p, type, &list_len);
    }
    if (list_len && list_len < cpy_len) {
    if (list_len < cpy_len) {
      cpy_len = list_len;
    }
    SDP_TRACE_WARNING(