openthread / wpantund

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

[netif] fix byteorder in mld packet parsing #463

Closed gjc13 closed 4 years ago

gjc13 commented 4 years ago

It was not causing crach or missing multicast packets since there is a packet length guard and only one record is sent each time.