altos: Don't write more than 12 sat infos in ublox driver
authorKeith Packard <keithp@keithp.com>
Sun, 9 Feb 2014 04:00:56 +0000 (20:00 -0800)
committerKeith Packard <keithp@keithp.com>
Sun, 9 Feb 2014 04:13:38 +0000 (20:13 -0800)
commit8ddbbdcdc498a19ebf4a440bbf5d73b6538e0a57
treeb562a728b9c6825e2b014c85ef4aba450f020754
parent324073d14ed8215b74d9df51f2229827cd4401d0
altos: Don't write more than 12 sat infos in ublox driver

This was overwriting memory past the end of the ao_gps_tracking_data
array, which isn't a good idea.

Signed-off-by: Keith Packard <keithp@keithp.com>
src/drivers/ao_gps_ublox.c