[Hamlib-developer] [Hamlib/Hamlib] 7fa8e9: replace strncpy() with memcpy()
Library to control radio transceivers and receivers
Brought to you by:
n0nb
|
From: dforsi <no...@gi...> - 2026-09-13 12:15:07
|
Branch: refs/heads/master Home: https://github.com/Hamlib/Hamlib Commit: 7fa8e93c78772fb210949d36b32ed450fdbb99bb https://github.com/Hamlib/Hamlib/commit/7fa8e93c78772fb210949d36b32ed450fdbb99bb Author: Jon Snow <jon...@gm...> Date: 2026-08-07 (Fri, 07 Aug 2026) Changed paths: M rigs/ats-mini/Makefile.am M rigs/ats-mini/ats.c Log Message: ----------- replace strncpy() with memcpy() Commit: 0a040c66147ffab165cc6dde71d644cb52ae73ca https://github.com/Hamlib/Hamlib/commit/0a040c66147ffab165cc6dde71d644cb52ae73ca Author: Jon Snow <518...@us...> Date: 2026-08-24 (Mon, 24 Aug 2026) Changed paths: M .github/workflows/android-ndk.yml M .github/workflows/c-cpp.yml M .github/workflows/c-cpp32.yml M .github/workflows/codeql-analysis.yml M .github/workflows/macos-latest-features.yml M .github/workflows/macos-latest-no-features.yml M .github/workflows/ubuntu-latest-features.yml M .github/workflows/ubuntu-latest-no-features.yml A .github/workflows/windows-cross-features.yml A .github/workflows/windows-cross-no-features.yml A .github/workflows/windows-latest-features.yml A .github/workflows/windows-latest-no-features.yml A HAMLIB_STREAMING.md A HAMLIB_STREAMING_BACKEND_GUIDE.md M Makefile.am M NEWS M README.developer M bindings/python/test_Hamlib_class.py M configure.ac M doc/man1/ampctl.1 M doc/man1/rigctl.1 M doc/man1/rigctld.1 M doc/man1/rotctl.1 M doc/man1/rotctld.1 M include/hamlib/rig.h M include/hamlib/rig_state.h M include/hamlib/riglist.h M lib/Makefile.am A lib/kvparse.c A lib/kvparse.h M rigs/dummy/Makefile.am M rigs/dummy/dummy.c M rigs/dummy/dummy.h A rigs/dummy/dummy_stream.c A rigs/dummy/dummy_stream.h M rigs/dummy/netrigctl.c M rigs/guohetec/guohetec.c M rigs/guohetec/guohetec.h M rigs/guohetec/pmr171.c M rigs/guohetec/q900.c M rigs/icom/id5100.c M rigs/kenwood/Makefile.am M rigs/kenwood/flex6xxx.c M rigs/kenwood/k3.c M rigs/kenwood/kenwood.c M rigs/kenwood/kenwood.h M rigs/kenwood/pihpsdr.c M rigs/kenwood/th.c M rigs/kenwood/thd72.c M rigs/kenwood/thd74.c A rigs/kenwood/thd7x.c A rigs/kenwood/thd7x.h M rigs/kenwood/ts2000.c M rigs/kenwood/ts590.c M rigs/kenwood/tx500.c A rigs/tci/Makefile.am A rigs/tci/README-TCI-2.0.md A rigs/tci/sunsdr2-pro.c A rigs/tci/tci.c A rigs/tci/tci2.c A rigs/tci/tci2.h M rigs/yaesu/ftx1/ftx1_freq.c M scripts/astylerc M simulators/simid5100.c M src/Makefile.am M src/conf.c M src/iofunc.c M src/misc.c M src/register.c M src/rig.c A src/stream.c A src/stream.h A src/stream_account.c A src/stream_account.h A src/stream_anchor.c A src/stream_anchor.h A src/stream_codec.c A src/stream_codec.h A src/stream_convert.c A src/stream_convert.h A src/stream_net.c A src/stream_net.h A src/stream_proto.c A src/stream_proto.h A src/stream_ringbuf.c A src/stream_ringbuf.h A src/stream_time.c A src/stream_time.h M src/token.h A test/.gitignore A test/Makefile.am A test/acutest.h A test/test_debug.h A test/test_dummy_stream.c A test/test_netrigctl_stream.c A test/test_rigctld_commands.c A test/test_rigctld_stream.c A test/test_rigstreamtest.c A test/test_stream_account.c A test/test_stream_api.c A test/test_stream_codec.c A test/test_stream_convert.c A test/test_stream_ringbuf.c A test/test_stream_time.c M tests/.gitignore M tests/Makefile.am M tests/dumpcaps.c M tests/dumpcaps.h M tests/dumpstate.c M tests/rigctl.c M tests/rigctl_parse.c M tests/rigctl_parse.h M tests/rigctld.c A tests/rigctld_client.h A tests/rigctld_stream.c A tests/rigctld_stream.h A tests/rigstreamtest.c A tests/rigstreamtest.sh A tests/rigstreamtest_util.c A tests/rigstreamtest_util.h M tests/testgs100.c A tests/testguohetec.c A tests/testid5100.c A tests/testthd75emu.c A tests/testthd7x.c Log Message: ----------- Merge branch 'Hamlib:master' into master Commit: a431df0a7088c5e23bb7e4f7dcc52e792387509a https://github.com/Hamlib/Hamlib/commit/a431df0a7088c5e23bb7e4f7dcc52e792387509a Author: Jon Snow <518...@us...> Date: 2026-08-30 (Sun, 30 Aug 2026) Changed paths: M .github/codeql-analysis.yml M .github/workflows/android-ndk.yml M .github/workflows/c-cpp.yml M .github/workflows/c-cpp32.yml M .github/workflows/codeql-analysis.yml M .github/workflows/macos-latest-features.yml M .github/workflows/macos-latest-no-features.yml M .github/workflows/ubuntu-latest-features.yml M .github/workflows/ubuntu-latest-no-features.yml M .github/workflows/windows-cross-features.yml M .github/workflows/windows-cross-no-features.yml M .github/workflows/windows-latest-features.yml M .github/workflows/windows-latest-no-features.yml M NEWS M bindings/hamlib.swg M bindings/python/test_Hamlib_class.py M doc/man1/rigctl.1 M doc/man1/rigctld.1 M rigs/dummy/dummy_common.c M rigs/dummy/dummy_common.h M rigs/dummy/netrigctl.c M rigs/dummy/quisk.c M rigs/yaesu/ft991.c M rigs/yaesu/ft991.h M rigs/yaesu/level_gran_yaesu.h M rigs/yaesu/newcat.c M simulators/simts890.c M src/Makefile.am A src/rigctl_protocol.c A src/rigctl_protocol.h M tests/Makefile.am M tests/rigctl_parse.c M tests/testctlparser.c A tests/testft991idmeter.c M tests/testnetrigctl.c A tests/testnewcatset.c A tests/testrigctlprotocol.c Log Message: ----------- Merge branch 'Hamlib:master' into master Commit: 062584574a33a9a5298b91a63ac97697aa45ea36 https://github.com/Hamlib/Hamlib/commit/062584574a33a9a5298b91a63ac97697aa45ea36 Author: dforsi <iu...@gm...> Date: 2026-09-13 (Sun, 13 Sep 2026) Changed paths: M rigs/ats-mini/Makefile.am M rigs/ats-mini/ats.c Log Message: ----------- Merge pull request #2141 from jonsnow1357/master fix (ats-mini): replace strncpy() with memcpy() Compare: https://github.com/Hamlib/Hamlib/compare/06668d67590b...062584574a33 To unsubscribe from these emails, change your notification settings at https://github.com/Hamlib/Hamlib/settings/notifications |