compiling with gfortran with flag -finit-integer=-9999999 and pursuing the
first piece of low hanging fruit (I'm sure there will be more instances),
decoder.f90 has uninitialized local variables navg0 and nsynced. They both
find their way to stdout in the "Decoded" message.

I initialize both of them to 0, and stdout is as "before".

These variables seem to be used as reference arguments to various decoders,
so that additional values can be returned from the decoder. Perhaps the
decoder should initialize/assign them?
_______________________________________________
wsjt-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/wsjt-devel

Reply via email to