bluekitchen / btstack

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

l2cap: fix uninitialized variable channel->local_mps in function l2cap_cbm_run_channel #583

Closed xiaobye-ctf closed 8 months ago

xiaobye-ctf commented 8 months ago

582

mringwal commented 8 months ago

Thanks for reporting. Interestingly, we've fixed the same issue for outgoing connections (L2CAP_STATE_WILL_SEND_LE_CONNECTION_REQUEST) last year, but didn't check the other direction.