ArduPilot/ardupilot

nmea output code should use fixed buffer and fix snprintf issues

Ouverte

#12 514 ouverte le 8 oct. 2019

 (5 commentaires) (0 réaction) (0 personne assignée)C++ (15 603 forks)batch import
BUGLibrarygood first issue

Métriques du dépôt

Stars
 (9 336 étoiles)
Métriques de merge PR
 (Métriques PR en attente)

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

Guide contributeur