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

Commit c9a8c370 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

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

Change-Id: Ie7b10df6bf093f8a9aad0795702fbff12834c0a9
parents 6def8fb4 3836d962
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;