mirror of
https://git.tartarus.org/simon/putty.git
synced 2025-07-16 10:37:38 -05:00

Coverity points out that it's theoretically possible for the main loop in radioline_common() to read r.bottom without having gone through the conditional setup at the start of the function _or_ a previous iteration of the main loop. I think this can only happen in some silly case that doesn't actually come up, but on the other hand, it's easy to add the necessary robustness.