---------------
1/
There is a bug in the reading of CMV file, a buffer overflow.
The bug is in "read_cmv_from_file" function.
/* extract of read_cmv_from_file function in eaglectrl.c */
pcmvs ++;
(*nb_cmvs) ++;
// the number of options is verify
Test:
I copy "CW optn 0 80020066" hundred time in CMVep.txt,
then "eaglectrl -d" return me "Segmentation fault".
---------------
2/
In the "send_dsp" function, line 1033:
/* Load firmware in memory */
I suppose there is a mistake in comments ?
---------------
3/
A question. Some options are defined in CMV file and in option file.
Which are sent ?
When we use only cmv, are optns removed from option file ?
mcoolive.