CVSROOT: /cvs Module name: src Changes by: [email protected] 2023/06/20 17:59:33
Modified files:
usr.bin/ssh : mux.c
Log message:
prepare for support for connecting to unix domain sockets using ssh -W
by explicitly decoding PORT_STREAMLOCAL (a negative number) from the u32
that's passed over the multiplexing socket; previously code would just
cast, which is UB.
