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

贡献者指南