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

Commit e61ebbd3 authored by Atanas Kirilov's avatar Atanas Kirilov Committed by Android (Google) Code Review
Browse files

Merge changes from topic "am-0ee00745-3175-4746-9daa-2f8a6e252eaa" into cw-e-dev

* changes:
  [automerger] RESTRICT AUTOMERGE: Fixes two bluetooth bugs causing remote overreads (1/2) am: d511dbcb am: f5e0e9d1
  [automerger] RESTRICT AUTOMERGE: Fixes two bluetooth bugs causing remote overreads (1/2) am: d511dbcb
  RESTRICT AUTOMERGE: Fixes two bluetooth bugs causing remote overreads (1/2)
parents 2052a1c4 6ab25560
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -385,7 +385,7 @@ static void sdp_copy_raw_data (tCONN_CB *p_ccb, BOOLEAN 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;
        }