Re: minor bug in control_loop.h

2024-06-06 Thread Daniel Estévez
Hi Eugene, I believe there is this bug in other places (including other places in control_loop) too. Basically any time that an input float is used to compute an error which then ends up indexing some array (as could happen in a closed loop that indexes into filterbank), if the input is NaN,

minor bug in control_loop.h

2024-06-06 Thread Eugene Grayver
Hi, Found a minor (but annoying to track down!) bug in include/gnuradio/blocks/control_loop.h. If the input is NaN, then neither of the if statements evaluates to true, and the program segfaults. My company policy requires jumping through some hoops to make a direct github contribution. I su