ArduPilot/ardupilot
View on GitHubnmea output code should use fixed buffer and fix snprintf issues
Open
#12,514 opened on Oct 8, 2019
BUGLibrarygood first issue
Repository metrics
- Stars
- (9,336 stars)
- PR merge metrics
- (Avg merge 26d 16h) (166 merged PRs in 30d)
Description
The AP_NMEA_Output code should allocate buffers once for max size of strings, and also needs to fix the use of snprintf for the lng_string to ensure it doesn't end up with an unterminated string in %s for next printf