mirror of https://github.com/ARMmbed/mbed-os.git
fix vulnerability in BLE cordio Delete 'break'
parent
3f82313693
commit
0cf98f6f95
|
@ -182,7 +182,6 @@ void hciTrSerialRxIncoming(uint8_t *pBuf, uint8_t len)
|
|||
stateRx = HCI_RX_STATE_IDLE;
|
||||
WSF_ASSERT(0);
|
||||
return;
|
||||
break;
|
||||
}
|
||||
|
||||
/* see if entire header has been read */
|
||||
|
|
Loading…
Reference in New Issue