https://bugzilla.mindrot.org/show_bug.cgi?id=3300
Darren Tucker <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution|--- |WORKSFORME CC| |[email protected] --- Comment #1 from Darren Tucker <[email protected]> --- You are reporting a bug against a locally modified 8.2p1? If so, you probably also want https://github.com/openbsd/src/commit/ca5450d695d8f9e6bd3120068d652f29e732ef3e which changed convtime() to return an int. With this, current versions will flag your test cases as an error: $ ssh -o ConnectTimeout=2147483648 localhost command-line line 0: invalid time value. $ ssh -o ConnectTimeout=2147483649 localhost command-line line 0: invalid time value. Please reopen if you can reproduce the error with an unmodified OpenSSH release. -- You are receiving this mail because: You are watching someone on the CC list of the bug. You are watching the assignee of the bug. _______________________________________________ openssh-bugs mailing list [email protected] https://lists.mindrot.org/mailman/listinfo/openssh-bugs
