From: "Michael N. Moran" <mike@xxxxxxxxxxx> This patch fixes a bug in meshctl that causes the GATT MTU to be truncated resulting in incorrect segmentation when the MTU is greater than 259. Michael N. Moran (1): The meshctl sock_write() max_len variable is declared as uint8_t, which causes the calculation of the GATT MTU to be truncated when the MTU (write_mtu) is greater than 259. This error causes incorrect segmentation. tools/mesh/gatt.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -- 1.8.3.1