[Hamlib-developer] [Hamlib/Hamlib] 8ce51d: Update Kenwood max CW message size.
Library to control radio transceivers and receivers
Brought to you by:
n0nb
From: GeoBaltz <no...@gi...> - 2025-08-06 18:07:11
|
Branch: refs/heads/master Home: https://github.com/Hamlib/Hamlib Commit: 8ce51d13aa7e70a4b563b1218160fbb8b5d2cd25 https://github.com/Hamlib/Hamlib/commit/8ce51d13aa7e70a4b563b1218160fbb8b5d2cd25 Author: George Baltz N3GB <Geo...@gm...> Date: 2025-08-04 (Mon, 04 Aug 2025) Changed paths: M rigs/kenwood/ts590.c M rigs/kenwood/ts890s.c M rigs/kenwood/ts990s.c Log Message: ----------- Update Kenwood max CW message size. Commit: c1e6dcf0105b2b1affe7aa1d794af7f09f017002 https://github.com/Hamlib/Hamlib/commit/c1e6dcf0105b2b1affe7aa1d794af7f09f017002 Author: George Baltz N3GB <Geo...@gm...> Date: 2025-08-04 (Mon, 04 Aug 2025) Changed paths: M amplifiers/elecraft/kpa.c M amplifiers/gemini/gemini.c M rotators/apex/apex.c M rotators/easycomm/easycomm.c M rotators/gs232a/gs232.c M rotators/gs232a/gs232a.c M rotators/gs232a/gs232b.c Log Message: ----------- More cppcheck stuff in amplifiers/ and rotators/ Commit: c1132a77b5883207147e3ebbf56152389467bb8e https://github.com/Hamlib/Hamlib/commit/c1132a77b5883207147e3ebbf56152389467bb8e Author: George Baltz N3GB <Geo...@gm...> Date: 2025-08-04 (Mon, 04 Aug 2025) Changed paths: M include/hamlib/rig_state.h Log Message: ----------- Mark cache structure in rig_state as deprecated. It is no longer being initialized or updated, so anyone referencing it is being misled. Commit: c26113c5cc6e9e2027111bb019ce36d635bbf602 https://github.com/Hamlib/Hamlib/commit/c26113c5cc6e9e2027111bb019ce36d635bbf602 Author: George Baltz N3GB <Geo...@gm...> Date: 2025-08-04 (Mon, 04 Aug 2025) Changed paths: M include/hamlib/rig.h M rigs/anytone/anytone.h M rigs/tentec/omnivii.c M rigs/tentec/paragon.c M rigs/tentec/rx331.c M rigs/tentec/rx340.c Log Message: ----------- Fix more cppcheck messages Suppress non-errors in rx331.c and rx340.c Mark runflag(s) as volatile Commit: 96bc67d993647208060e443dd9953cff3255cfa4 https://github.com/Hamlib/Hamlib/commit/96bc67d993647208060e443dd9953cff3255cfa4 Author: George Baltz N3GB <Geo...@gm...> Date: 2025-08-05 (Tue, 05 Aug 2025) Changed paths: M security/AESStringCrypt.c Log Message: ----------- Fix FD leak in AESStringCrypt.c Found by `gcc -fanalyzer`, which then spent the next 20+ minutes trying to analyze md5.c, at which point I gave up. Commit: 1e5adb9fde600354dbac2dfbae1775fc28725c49 https://github.com/Hamlib/Hamlib/commit/1e5adb9fde600354dbac2dfbae1775fc28725c49 Author: George Baltz N3GB <Geo...@gm...> Date: 2025-08-06 (Wed, 06 Aug 2025) Changed paths: M rigs/yaesu/ft100.c M rotators/gs232a/gs232.c M src/network.c M src/settings.c Log Message: ----------- Fix errors in error cases Leak FDs in error exits, seg faults if RIG missing. Found by `gcc -fanalyzer` Commit: 70d50d0efbbdd84157c9cd89043744f07d15bfd8 https://github.com/Hamlib/Hamlib/commit/70d50d0efbbdd84157c9cd89043744f07d15bfd8 Author: George Baltz N3GB <Geo...@gm...> Date: 2025-08-06 (Wed, 06 Aug 2025) Changed paths: M rigs/icom/icom.c Log Message: ----------- Fix one byte buffer overrun All the pictures in manuals show message as 4 bytes, but they don't include the major command (0x26). Found by `gcc -fanalyzer` Compare: https://github.com/Hamlib/Hamlib/compare/1e310b7958bc...70d50d0efbbd To unsubscribe from these emails, change your notification settings at https://github.com/Hamlib/Hamlib/settings/notifications |