ArduPilot/ardupilot

nmea output code should use fixed buffer and fix snprintf issues

Aberta

#12.514 aberto em 8 de out. de 2019

 (5 comentários) (0 reação) (0 responsável)C++ (15.603 forks)batch import
BUGLibrarygood first issue

Métricas do repositório

Stars
 (9.336 estrelas)
Métricas de merge de PR
 (Métricas PR pendentes)

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

Guia do colaborador