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

Commit c44a0c59 authored by Sharvil Nanavati's avatar Sharvil Nanavati Committed by android-build-merger
Browse files

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

am: c12c6957

* commit 'c12c6957':
  Fix crash in HFP client's +COPS parsing code.
parents 6159797a c12c6957
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:");