| commit | c581163dcfb151f736784bae703d0e10c22e00a1 | [log] [tgz] |
|---|---|---|
| author | Luiz Augusto von Dentz <luiz.von.dentz@intel.com> | Mon Apr 01 13:06:24 2019 +0300 |
| committer | Johan Hedberg <johan.hedberg@gmail.com> | Mon Apr 01 17:51:41 2019 +0300 |
| tree | 932c5c072d98b4794a9d308cdd865a3a45e91138 | |
| parent | 77546a0e5a4b4e650781cf08696667f77f3dc314 [diff] |
Bluetooth: Fix not accepting string equal to CONFIG_BT_DEVICE_NAME_MAX In order to accept string of the same size entered in CONFIG_BT_DEVICE_NAME_MAX an extra byte must be allocated to guarantee it will always be NULL terminated. Fixes #15067 Signed-off-by: Luiz Augusto von Dentz <luiz.von.dentz@intel.com>