[Hamlib-developer] [Hamlib/Hamlib] bc5b5b: Use auto storage instead of clobbering string lite...
Library to control radio transceivers and receivers
Brought to you by:
n0nb
|
From: GeoBaltz <no...@gi...> - 2025-10-12 12:34:22
|
Branch: refs/heads/master Home: https://github.com/Hamlib/Hamlib Commit: bc5b5b6725015fb9379679f2f10de8aef3ef7291 https://github.com/Hamlib/Hamlib/commit/bc5b5b6725015fb9379679f2f10de8aef3ef7291 Author: George Baltz N3GB <Geo...@gm...> Date: 2025-10-06 (Mon, 06 Oct 2025) Changed paths: M tests/rigctltcp.c Log Message: ----------- Use auto storage instead of clobbering string literal. Commit: 8b840d8e848de077b546825a4a33f029de2ffd6a https://github.com/Hamlib/Hamlib/commit/8b840d8e848de077b546825a4a33f029de2ffd6a Author: George Baltz N3GB <Geo...@gm...> Date: 2025-10-06 (Mon, 06 Oct 2025) Changed paths: M amplifiers/elecraft/kpa.c M amplifiers/gemini/gemini.c Log Message: ----------- Always return in error case Don't fall into normal code and get a segfault. Commit: fdde4d35cad736e5a93509d7e9924e9bd0e931c3 https://github.com/Hamlib/Hamlib/commit/fdde4d35cad736e5a93509d7e9924e9bd0e931c3 Author: George Baltz N3GB <Geo...@gm...> Date: 2025-10-06 (Mon, 06 Oct 2025) Changed paths: M rigs/dummy/trxmanager.c Log Message: ----------- Remove funky debug writes in trxmanager.c Commit: 7b9372ac46fd2c93f070c0cca7c19dcc34c684c7 https://github.com/Hamlib/Hamlib/commit/7b9372ac46fd2c93f070c0cca7c19dcc34c684c7 Author: George Baltz N3GB <Geo...@gm...> Date: 2025-10-06 (Mon, 06 Oct 2025) Changed paths: M rigs/kenwood/k3.c Log Message: ----------- Fold range check into existing switch statement Cleaner code, and avoids a bogus squawk from gcc -fanalyzer. Commit: 48117e403ffbe8ff0c006e2ba9dcfc99f23860ee https://github.com/Hamlib/Hamlib/commit/48117e403ffbe8ff0c006e2ba9dcfc99f23860ee Author: George Baltz N3GB <Geo...@gm...> Date: 2025-10-06 (Mon, 06 Oct 2025) Changed paths: M rigs/dummy/rot_pstrotator.c Log Message: ----------- Fix fd leak in rot_pstrotator.c Close orphan fd in error case. And in the normal close routine, too. Commit: 7349814e578a52939882ec8ab7ee1fa528328574 https://github.com/Hamlib/Hamlib/commit/7349814e578a52939882ec8ab7ee1fa528328574 Author: George Baltz N3GB <Geo...@gm...> Date: 2025-10-07 (Tue, 07 Oct 2025) Changed paths: M rigs/kenwood/kenwood.c Log Message: ----------- Don't call remove_nonprint() if error occurred The buffer may not contain a well-formed string. Use count returned by read_string(), and check for short response. Replace 2 strlen() calls with maximum of 1. Reformat some comments to minimize wrapping. Commit: a72397ec607cd6926149ebc4acbf189d3eb0ade6 https://github.com/Hamlib/Hamlib/commit/a72397ec607cd6926149ebc4acbf189d3eb0ade6 Author: George Baltz N3GB <Geo...@gm...> Date: 2025-10-08 (Wed, 08 Oct 2025) Changed paths: M rigs/dummy/rot_pstrotator.c M rigs/kenwood/kenwood.c Log Message: ----------- Use correct length when transfering result to caller. Fix formatting. Make trace message jibe with its surrounding. Commit: 23710cf2da3d8a05c7ed0b9bdecefe020404f0d1 https://github.com/Hamlib/Hamlib/commit/23710cf2da3d8a05c7ed0b9bdecefe020404f0d1 Author: George Baltz N3GB <Geo...@gm...> Date: 2025-10-10 (Fri, 10 Oct 2025) Changed paths: M amplifiers/elecraft/kpa.c M rigs/kenwood/kenwood.c Log Message: ----------- Use return value from remove_nonprint() Fix formatting glitch Compare: https://github.com/Hamlib/Hamlib/compare/e992691354fb...23710cf2da3d To unsubscribe from these emails, change your notification settings at https://github.com/Hamlib/Hamlib/settings/notifications |