adafruit / Adafruit_CircuitPython_GPS

GPS parsing module for CircuitPython. Meant to parse NMEA data from serial GPS modules.
MIT License
75 stars 60 forks source link

Add a check on the length of the datatype #60

Closed lesamouraipourpre closed 3 years ago

lesamouraipourpre commented 3 years ago

Add a length check to prevent 'IndexError: bytes index out of range' from occurring within _parse_talker