anthonykirby / lora-packet

LoRa radio packet decoder
MIT License
258 stars 83 forks source link

add sanity checks to fromWire buffer lengths #118

Closed anthonykirby closed 10 months ago

anthonykirby commented 10 months ago

fromWire() should throw a (helpful) error if given a buffer that's too small, not just silently continue

fixes #114