[Hamlib-developer] [Hamlib/Hamlib] 439f91: fix(core): terminate empty hexadecimal output
Library to control radio transceivers and receivers
Brought to you by:
n0nb
|
From: Nate B. <no...@gi...> - 2026-08-01 11:54:48
|
Branch: refs/heads/master Home: https://github.com/Hamlib/Hamlib Commit: 439f91fa28486b01c51602434fabba33c41a7e69 https://github.com/Hamlib/Hamlib/commit/439f91fa28486b01c51602434fabba33c41a7e69 Author: David Christle <dch...@us...> Date: 2026-07-28 (Tue, 28 Jul 2026) Changed paths: M src/misc.c M tests/testbcd.c Log Message: ----------- fix(core): terminate empty hexadecimal output to_hex() left non-empty destination buffers untouched when the source length was zero. Initialize the output string before returning and cover the empty conversion in testbcd. Commit: 8ac832885c9352efb2f4d9dd2cd5b980d96f5f02 https://github.com/Hamlib/Hamlib/commit/8ac832885c9352efb2f4d9dd2cd5b980d96f5f02 Author: Nate Bargmann <n0...@n0...> Date: 2026-08-01 (Sat, 01 Aug 2026) Changed paths: M src/misc.c M tests/testbcd.c Log Message: ----------- Merge GitHub PR #2114 Compare: https://github.com/Hamlib/Hamlib/compare/80940e56b4e8...8ac832885c93 To unsubscribe from these emails, change your notification settings at https://github.com/Hamlib/Hamlib/settings/notifications |