Fix stack smash in sprintflst when long lists occur

Need to pass length into these functions
pull/369/head
Michael Black W9MDB 2020-09-06 16:45:52 -05:00
rodzic 8e3d024144
commit 1b6d67a278
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -24,7 +24,7 @@
#include <hamlib/rig.h>
#define SPRINTF_MAX_SIZE 256
#define SPRINTF_MAX_SIZE 512
__BEGIN_DECLS