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

Commit ac12dd40 authored by Sharvil Nanavati's avatar Sharvil Nanavati Committed by Gerrit Code Review
Browse files

Merge "Fix crash in HFP client's +COPS parsing code."

parents 8468cba1 72dd9bd0
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -966,7 +966,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:");