ArduPilot/ardupilot
在 GitHub 查看nmea output code should use fixed buffer and fix snprintf issues
Open
#12,514 创建于 2019年10月8日
BUGLibrarygood first issue
描述
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