Skip to content

Commit 202a85c

Browse files
committed
fix vulnerability in BLE cordio
1 parent 3f82313 commit 202a85c

File tree

1 file changed

+0
-1
lines changed
  • connectivity/FEATURE_BLE/source/cordio/stack_adaptation

1 file changed

+0
-1
lines changed

connectivity/FEATURE_BLE/source/cordio/stack_adaptation/hci_tr.c

-1
Original file line numberDiff line numberDiff line change
@@ -182,7 +182,6 @@ void hciTrSerialRxIncoming(uint8_t *pBuf, uint8_t len)
182182
stateRx = HCI_RX_STATE_IDLE;
183183
WSF_ASSERT(0);
184184
return;
185-
break;
186185
}
187186

188187
/* see if entire header has been read */

0 commit comments

Comments
 (0)