handsfree: Fix potential buffer overflow
authorDenis Kenzior <denkenz@gmail.com>
Tue, 30 Jun 2015 21:58:36 +0000 (16:58 -0500)
committerDenis Kenzior <denkenz@gmail.com>
Tue, 30 Jun 2015 21:58:36 +0000 (16:58 -0500)
commitfceb5a41c25a622755ce6235091354d044de769a
tree7cc4220b86b720a13a628e4cad0005c6ee1d54df
parent48da783732151772f966a7f8f1629131fd6261aa
handsfree: Fix potential buffer overflow

Function: ag_features_list
 static const char *list[10];  (Out of bounds write, line 75)
  Incrementing i the value is now 10, for “hf-indicators”

Reported by: blanca.e.sabas.rosales@intel.com
src/handsfree.c