[Hamlib-commits] Hamlib -- Ham radio control libraries branch master updated. 1b6d67a2789af596396ad
Library to control radio transceivers and receivers
Brought to you by:
n0nb
From: Michael B. <mdb...@us...> - 2020-09-06 21:47:16
|
This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "Hamlib -- Ham radio control libraries". The branch, master has been updated via 1b6d67a2789af596396ad7541793f1830d9b6684 (commit) from 8e3d024144cb16be55df0397f806598d9542e69f (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit 1b6d67a2789af596396ad7541793f1830d9b6684 Author: Michael Black W9MDB <mdb...@ya...> Date: Sun Sep 6 16:45:52 2020 -0500 Fix stack smash in sprintflst when long lists occur Need to pass length into these functions diff --git a/tests/sprintflst.h b/tests/sprintflst.h index db4e6165..715e4a06 100644 --- a/tests/sprintflst.h +++ b/tests/sprintflst.h @@ -24,7 +24,7 @@ #include <hamlib/rig.h> -#define SPRINTF_MAX_SIZE 256 +#define SPRINTF_MAX_SIZE 512 __BEGIN_DECLS ----------------------------------------------------------------------- Summary of changes: tests/sprintflst.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) hooks/post-receive -- Hamlib -- Ham radio control libraries |