[Hamlib-developer] [Hamlib/Hamlib] 113fbc: 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 13:26:35
|
Branch: refs/heads/Hamlib-4.7 Home: https://github.com/Hamlib/Hamlib Commit: 113fbcdf3bade1247c0574175c17bbcdfe452108 https://github.com/Hamlib/Hamlib/commit/113fbcdf3bade1247c0574175c17bbcdfe452108 Author: David Christle <dch...@us...> Date: 2026-08-01 (Sat, 01 Aug 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. (cherry picked from commit 439f91fa28486b01c51602434fabba33c41a7e69) Commit: 366d77f925eaceb2c7711d105f925823d1614961 https://github.com/Hamlib/Hamlib/commit/366d77f925eaceb2c7711d105f925823d1614961 Author: Nate Bargmann <n0...@n0...> Date: 2026-08-01 (Sat, 01 Aug 2026) Changed paths: M NEWS Log Message: ----------- Update NEWS for terminate hex output fix Compare: https://github.com/Hamlib/Hamlib/compare/d0a984f37c35...366d77f925ea To unsubscribe from these emails, change your notification settings at https://github.com/Hamlib/Hamlib/settings/notifications |