fix(ble/bluedroid): Fixed memory out-of-bounds issue when parsing adv data

This commit is contained in:
zhanghaipeng
2024-08-16 17:21:19 +08:00
parent eff2e4eddd
commit c1fb888cc1
14 changed files with 118 additions and 40 deletions
@@ -2112,7 +2112,7 @@ void BTM_BleReadControllerFeatures(tBTM_BLE_CTRL_FEATURES_CBACK *p_vsc_cback);
**
*******************************************************************************/
//extern
UINT8 *BTM_CheckAdvData( UINT8 *p_adv, UINT8 type, UINT8 *p_length);
UINT8 *BTM_CheckAdvData( UINT8 *p_adv, UINT16 adv_data_len, UINT8 type, UINT8 *p_length);
/*******************************************************************************
**