On 5/24/19 4:14 AM, Adam Richter wrote:
> cppcheck noticed that, in the file lib/readline/bind.c, the function
> rl_generic_bind contains a loop that declares a variable named ic in
> the loop body, and relies on that variable being initialized with its
> value from the previous iteration (in the l
cppcheck noticed that, in the file lib/readline/bind.c, the function
rl_generic_bind contains a loop that declares a variable named ic in
the loop body, and relies on that variable being initialized with its
value from the previous iteration (in the line "prevkey = ic;"), which
is not something tha