TobudOS icon indicating copy to clipboard operation
TobudOS copied to clipboard

[HUST CSE] Access array elements before Cross border inspection

Open azure-z77 opened this issue 2 years ago • 3 comments

DeviceClass_t devClass = MacCtx.NvmCtx->MulticastChannelList[groupID].ChannelParams.Class; Before executing this line of code, we'd better first check if the array is out of bounds, rather than placing a check after this line of code. Code modification: Swap the code position to advance the check for array out of bounds to the front of array access

azure-z77 avatar Apr 20 '23 09:04 azure-z77

CLA assistant check
Thank you for your submission, we really appreciate it. Like many open source projects, we ask that you sign our Contributor License Agreement before we can accept your contribution.
You have signed the CLA already but the status is still pending? Let us recheck it.

tencent-adm avatar Apr 20 '23 09:04 tencent-adm

可否拜托review一下(拜托🙏)

azure-z77 avatar Apr 25 '23 04:04 azure-z77

这个修改可能需要意法半导体的工程师介入了,LoRaWAN协议是集成在厂商的BSP里面 或者需要看下semtech官方是否处理

Supowang1989 avatar Apr 25 '23 06:04 Supowang1989