[Hamlib-developer] [Hamlib/Hamlib] e11b4b: Fix segfaults with malformed input and wrong comma...
Library to control radio transceivers and receivers
Brought to you by:
n0nb
From: Michael B. <no...@gi...> - 2023-04-11 20:47:21
|
Branch: refs/heads/master Home: https://github.com/Hamlib/Hamlib Commit: e11b4bd01c64688bdf3714470f81a7e9fddd09aa https://github.com/Hamlib/Hamlib/commit/e11b4bd01c64688bdf3714470f81a7e9fddd09aa Author: Daniele Forsi IU5HKX <iu...@gm...> Date: 2023-04-10 (Mon, 10 Apr 2023) Changed paths: M tests/ampctl_parse.c M tests/rigctl_parse.c M tests/rotctl_parse.c Log Message: ----------- Fix segfaults with malformed input and wrong command line arguments Fixes: NULL dereference. Steps to reproduce: echo L | tests/ampctl echo L | tests/rigctl echo L | tests/rotctl Commit: 1c72440c5173c5f2c7e592cb6ace5ed6dd75c5a7 https://github.com/Hamlib/Hamlib/commit/1c72440c5173c5f2c7e592cb6ace5ed6dd75c5a7 Author: Daniele Forsi IU5HKX <iu...@gm...> Date: 2023-04-10 (Mon, 10 Apr 2023) Changed paths: M tests/ampctl_parse.c M tests/rigctl_parse.c M tests/rotctl_parse.c Log Message: ----------- Fix segfaults with malformed input and wrong command line arguments Fixes: NULL dereference. Steps to reproduce: echo L x | tests/ampctl echo L x | tests/rigctl echo L x | tests/rotctl Commit: 6c197dbc1cba336490e10914f2af3c3b0c0594b6 https://github.com/Hamlib/Hamlib/commit/6c197dbc1cba336490e10914f2af3c3b0c0594b6 Author: Michael Black <mdb...@ya...> Date: 2023-04-11 (Tue, 11 Apr 2023) Changed paths: M tests/ampctl_parse.c M tests/rigctl_parse.c M tests/rotctl_parse.c Log Message: ----------- Merge pull request #1270 from dforsi/fix/segfault Fix segfaults with malformed input and wrong command line arguments Compare: https://github.com/Hamlib/Hamlib/compare/905c9fff95f4...6c197dbc1cba |