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

Commit c12c6957 authored by Sharvil Nanavati's avatar Sharvil Nanavati Committed by Android (Google) Code Review
Browse files

Merge "Fix crash in HFP client's +COPS parsing code." into cw-e-dev

parents 56f22234 dd859d09
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -965,7 +965,7 @@ static char *bta_hf_client_parse_cops(char *buffer)
    /* spec forces 16 chars max, plus \0 here */
    char opstr[17];
    int res;
    int offset;
    int offset = 0;

    AT_CHECK_EVENT(buffer, "+COPS:");