ArduPilot/ardupilot

nmea output code should use fixed buffer and fix snprintf issues

Open

#12,514 建立於 2019年10月8日

在 GitHub 查看
 (5 留言) (0 反應) (0 負責人)C++ (9,336 star) (15,603 fork)batch import
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

貢獻者指南