ArduPilot/ardupilot
nmea output code should use fixed buffer and fix snprintf issues
开放
#12,514 创建于 2019年10月8日
BUGLibrarygood first issue
仓库指标
- 星标
- (9,336 个星标)
- PR 合并指标
- (平均合并 26天 16小时) (30 天内合并 166 个 PR)
描述
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