Skip to content

Commit

Permalink
fix vulnerability in BLE cordio Delete 'break'
Browse files Browse the repository at this point in the history
  • Loading branch information
fireknight-hJ committed Dec 28, 2023
1 parent 3f82313 commit 0cf98f6
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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 */
Expand Down

0 comments on commit 0cf98f6

Please sign in to comment.