kopia lustrzana https://github.com/Hamlib/Hamlib
Fix stack smash in sprintflst when long lists occur
Need to pass length into these functionspull/369/head
rodzic
8e3d024144
commit
1b6d67a278
|
@ -24,7 +24,7 @@
|
||||||
|
|
||||||
#include <hamlib/rig.h>
|
#include <hamlib/rig.h>
|
||||||
|
|
||||||
#define SPRINTF_MAX_SIZE 256
|
#define SPRINTF_MAX_SIZE 512
|
||||||
|
|
||||||
__BEGIN_DECLS
|
__BEGIN_DECLS
|
||||||
|
|
||||||
|
|
Ładowanie…
Reference in New Issue