Hide Forgot
Description of problem: nc might use uninitialized values since 1.84-23 when the '-r' flag is used and the 'comma feature' isn't used. Version-Release number of selected component (if applicable): nc-1.84-23+ How reproducible: Always. Steps to Reproduce: 1. nc localhost 22-25 -r Actual results: nc uses uninitialized 'hi' and 'lo' variables. Expected results: The above shouldn't happen. Additional info: This is Fedora specific.
Correction: This happens when a range isn't used.