WiringProject / Wiring

Wiring Framework
http://wiring.org.co/
Other
217 stars 168 forks source link

[NMEA] fix a possible seg_fault #41

Closed Robien closed 8 years ago

Robien commented 8 years ago

fix a possible seg_fault in the framework/libraries/NMEA lib

in state 3 the array is use at position n and n+1 but we only checked if n is less than the size of the array, not n+1

AlexanderBrevig commented 8 years ago

Thank you for the find!