CVSROOT: /cvs Module name: src Changes by: [email protected] 2020/02/18 01:58:33
Modified files:
usr.bin/ssh : ssh-add.c
Log message:
Ensure that the key lifetime provided fits within the values allowed by
the wire format (u32). Prevents integer wraparound of the timeout values.
bz#3119, ok markus@ djm@
