When range checking is on, an ERangeError can occur in MakeXAUTKey() of
IdFTPCommon.pas. This is because Random() returns an Integer but the function
Result is a Cardinal, causing negative numbers to raise the error.
Original issue reported on code.google.com by gambit47 on 30 Mar 2011 at 7:32
Original issue reported on code.google.com by
gambit47
on 30 Mar 2011 at 7:32