[Hamlib-developer] flrig in hamlib
Library to control radio transceivers and receivers
Brought to you by:
n0nb
From: C. v. W. <van...@ch...> - 2017-07-10 11:57:21
|
Oh well, tried „flrig“ and immediately got a core dump because there was no flrig program running. The error is in flrig/flrig.c flrig_init(), where the case rig == NULL is not caught, e.g. by a statement like if (!rig) return -RIG_EINVAL; thus producing a segfault in the line rig->state.priv = (rig_ptr_t) priv; Mike, will you fix this? The same „fixing“ line has to be included in other functions as well. Yours, DL1YCF. |