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

Commit 7681bc30 authored by Treehugger Robot's avatar Treehugger Robot Committed by Automerger Merge Worker
Browse files

Merge "hf_client: explicitly zero-initialize a variable" am: 3836d962 am:...

Merge "hf_client: explicitly zero-initialize a variable" am: 3836d962 am: c9a8c370 am: 043cb683

Original change: https://android-review.googlesource.com/c/platform/packages/modules/Bluetooth/+/1892731

Change-Id: Iefb8799aee02bbb60c18e464dd34c0cce0e48d1d
parents eb3e0780 043cb683
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;