CVSROOT: /cvs Module name: src Changes by: [email protected] 2020/07/03 01:25:18
Modified files:
usr.bin/ssh : channels.c
Log message:
put back the mux_ctx memleak fix, but only for channels of type
SSH_CHANNEL_MUX_LISTENER; Specifically SSH_CHANNEL_MUX_PROXY channels
should not have this structure freed.
