CVSROOT: /cvs Module name: src Changes by: dtuc...@cvs.openbsd.org 2013/12/18 17:19:12
Modified files: usr.bin/ssh : serverloop.c Log message: Cast client_alive_interval to u_int64_t before assinging to max_time_milliseconds to avoid potential integer overflow in the timeout. bz#2170, patch from Loganaden Velvindron, ok djm@