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

Commit 3836d962 authored by Treehugger Robot's avatar Treehugger Robot Committed by Gerrit Code Review
Browse files

Merge "hf_client: explicitly zero-initialize a variable"

parents fc073625 eadcbba0
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1279,7 +1279,7 @@ static char* bta_hf_client_parse_clcc(tBTA_HF_CLIENT_CB* client_cb,
                                      char* buffer) {
  uint16_t idx, dir, status, mode, mpty;
  char numstr[33]; /* spec forces 32 chars, plus one for \0*/
  uint16_t type;
  uint16_t type = 0;
  int res;
  int offset = 0;