abersailbot / bobalong

Bobalong is Aber Sailbot's microtransat attempt
0 stars 0 forks source link

use of unsafe strtok in wind_sensor.cpp #20

Open colinsauze opened 8 years ago

colinsauze commented 8 years ago

strtok does not check for buffer overflows, use strtok_s instead. Its used to parse NMEA strings in poll_data method.