bluekitchen / btstack

Dual-mode Bluetooth stack, with small memory footprint.
http://bluekitchen-gmbh.com
Other
1.74k stars 618 forks source link

HFP_AG: Increate buffer for snprintf #524

Closed ricardoquesada closed 1 year ago

ricardoquesada commented 1 year ago

The required buffer should be 22 instead of 20. Prevents possible buffer overflow.

Fixes issues: https://github.com/bluekitchen/btstack/issues/523

mringwal commented 1 year ago

Fixed on develop. Thanks!