CVSROOT: /cvs Module name: src Changes by: [email protected] 2021/01/10 19:12:58
Modified files:
usr.bin/ssh : misc.c misc.h ssh-add.c ssh-agent.c
Log message:
Change convtime() from returning long to returning int. On platforms
where sizeof(int) != sizeof(long), convtime could accept values
>MAX_INT which subsequently truncate when stored in an int during
config parsing. bz#3250, ok djm@
