Displaying 1 result from an estimated 1 matches for "potential_overflow_fix".
2013 Nov 12
7
[Bug 2170] New: Potential integer overflow
...Status: NEW
Severity: enhancement
Priority: P5
Component: sshd
Assignee: unassigned-bugs at mindrot.org
Reporter: loganaden at gmail.com
Created attachment 2373
--> https://bugzilla.mindrot.org/attachment.cgi?id=2373&action=edit
potential_overflow_fix
in serverloop.c:
max_time_milliseconds = options.client_alive_interval * 1000;
client_alive_interval is declare as int.
int client_alive_interval; /*
* poke the client this often
to
* see if it...