CVSROOT: /cvs Module name: src Changes by: [email protected] 2024/12/04 23:47:00
Modified files:
usr.bin/ssh : channels.c
Log message:
Prevent integer overflow in x11 port handling. These are theoretically
possible if the admin misconfigures X11DisplayOffset or the user
misconfigures their own $DISPLAY, but don't happen in normal operation.
>From Suhov Roman via bz#3730, ok djm@
