Loading system/stack/l2cap/l2c_fcr.cc +4 −0 Original line number Diff line number Diff line Loading @@ -734,6 +734,10 @@ void l2c_lcc_proc_pdu(tL2C_CCB* p_ccb, BT_HDR* p_buf) { } else { p_data = p_ccb->ble_sdu; if (p_data == NULL) { osi_free(p_buf); return; } if (p_buf->len > (p_ccb->ble_sdu_length - p_data->len)) { L2CAP_TRACE_ERROR("%s: buffer length=%d too big. max=%d. Dropped", __func__, p_data->len, Loading Loading
system/stack/l2cap/l2c_fcr.cc +4 −0 Original line number Diff line number Diff line Loading @@ -734,6 +734,10 @@ void l2c_lcc_proc_pdu(tL2C_CCB* p_ccb, BT_HDR* p_buf) { } else { p_data = p_ccb->ble_sdu; if (p_data == NULL) { osi_free(p_buf); return; } if (p_buf->len > (p_ccb->ble_sdu_length - p_data->len)) { L2CAP_TRACE_ERROR("%s: buffer length=%d too big. max=%d. Dropped", __func__, p_data->len, Loading