openthread / wpantund

Wireless Network Interface Daemon for Low-Power Wireless SoCs
Apache License 2.0
174 stars 110 forks source link

Fix parsing of energy scan response spinel frame #466

Closed abtink closed 4 years ago

abtink commented 4 years ago

This commit fixes the parsing of energy scan response spinel frame by ensuring to use unsigned int as the type of length variable when unpacking as an spinel data type of DATATYPE_DATA_WLEN.