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

Commit 1d77d8f4 authored by Android Build Merger (Role)'s avatar Android Build Merger (Role)
Browse files

[automerger] RESTRICT AUTOMERGE: Fixes two bluetooth bugs causing remote...

[automerger] RESTRICT AUTOMERGE: Fixes two bluetooth bugs causing remote overreads (1/2) am: cf27e848 am: cddbbe0a am: ca76fc9c am: a36faeb4

Change-Id: I733ed87a30057c92be8c65d2c1a271ed2254a303
parents 39ab1e16 a36faeb4
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -380,7 +380,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;
        }