CVSROOT: /cvs Module name: src Changes by: [email protected] 2026/05/27 07:54:15
Modified files:
usr.bin/ssh : misc.c
Log message:
ssh: use sentinel idiom for timegm(3) and mktime(3)
There is nothing wrong with times before the epoch, even -1, so use the
idiom recently added to the CAVEATS section to figure out whether there
was an error in the timegm() or mktime() calls.
We should sweep the tree for this. If anyone is bored, feel free to beat
me to it...
ok deraadt djm
