anthonykirby / lora-packet

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

add sanity checks to fromWire buffer lengths #118

Closed anthonykirby closed 1 year ago

anthonykirby commented 1 year ago

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

fixes #114