[Hamlib-developer] [Hamlib/Hamlib] eff25c: fix(dummy): copy string parameter values
Library to control radio transceivers and receivers
Brought to you by:
n0nb
|
From: Nate B. <no...@gi...> - 2026-08-02 02:54:29
|
Branch: refs/heads/master Home: https://github.com/Hamlib/Hamlib Commit: eff25c947233d711db3220bde12eea3025838e8c https://github.com/Hamlib/Hamlib/commit/eff25c947233d711db3220bde12eea3025838e8c Author: David Christle <dch...@us...> Date: 2026-07-31 (Fri, 31 Jul 2026) Changed paths: M rigs/dummy/dummy.c M tests/Makefile.am A tests/testdummyparm.c Log Message: ----------- fix(dummy): copy string parameter values The Dummy backend retained caller-owned string pointers in its parameter array, leaving BANDSELECT and KEYERTYPE dangling after the caller returned. Deep-copy string parameters, release replacements during cleanup, and add set/get ownership regressions for both string-valued parameters. Commit: 06d19e6c92626d60399ae642e440ce2f38981a34 https://github.com/Hamlib/Hamlib/commit/06d19e6c92626d60399ae642e440ce2f38981a34 Author: Nate Bargmann <n0...@n0...> Date: 2026-08-01 (Sat, 01 Aug 2026) Changed paths: M rigs/dummy/dummy.c M tests/Makefile.am A tests/testdummyparm.c Log Message: ----------- Merge GitHub PR #2115 Compare: https://github.com/Hamlib/Hamlib/compare/8ac832885c93...06d19e6c9262 To unsubscribe from these emails, change your notification settings at https://github.com/Hamlib/Hamlib/settings/notifications |